1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

release-tests: install libasan as native dependency

See #18099
This commit is contained in:
Martine Lenders 2022-05-23 11:09:26 +02:00
parent 025af7534f
commit bd2daade8e
No known key found for this signature in database
GPG Key ID: 2134D77A5336DD80

View File

@ -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 lib32asan5
- name: Run release tests
timeout-minutes: 350
run: |