Skip to content

Commit 084674f

Browse files
committed
Installs Linux build deps
1 parent 1a97eb8 commit 084674f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@ jobs:
9797
runs-on: ubuntu-latest
9898
steps:
9999
- uses: actions/checkout@v2
100+
- name: Install alsa and udev
101+
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev
102+
if: runner.os == 'linux'
100103
- name: Installs cargo-deadlinks
101104
run: cargo install cargo-deadlinks
102105
- name: Checks dead doc links

0 commit comments

Comments
 (0)