Skip to content

Commit

Permalink
fix CI (i hope)
Browse files Browse the repository at this point in the history
  • Loading branch information
Uriopass committed Mar 21, 2021
1 parent 276d6c9 commit 8e59a38
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ jobs:
with:
rust-version: 'stable'

- name: Update things
run: sudo apt-get update
if: matrix.os == 'ubuntu-latest'

- name: install deps for linux
run: sudo apt-get install libasound2-dev libudev-dev pkg-config
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 8e59a38

Please sign in to comment.