Skip to content

Commit

Permalink
release-tests: install libasan as native dependency
Browse files Browse the repository at this point in the history
See #18099
  • Loading branch information
miri64 committed May 23, 2022
1 parent 025af75 commit 44c6656
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,11 @@ jobs:
if: ${{ matrix.pytest_mark == 'not iotlab_creds' }}
run: |
sudo RIOT/dist/tools/tapsetup/tapsetup -c 11
- name: Install native dependencies
if: ${{ matrix.pytest_mark == 'not iotlab_creds' }}
run: |
sudo apt-get update
sudo apt-get install libasan5
- name: Run release tests
timeout-minutes: 350
run: |
Expand Down

0 comments on commit 44c6656

Please sign in to comment.