Sudo for install alsa

pull/251/head
sotrh 3 years ago committed by GitHub
parent cc4860df90
commit eb4738adca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install Alsa
run: apt-get install libasound2-dev
run: sudo apt-get install libasound2-dev
- name: Build
run: cargo build --verbose
- name: Run tests

Loading…
Cancel
Save