We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a97eb8 commit 084674fCopy full SHA for 084674f
.github/workflows/ci.yml
@@ -97,6 +97,9 @@ jobs:
97
runs-on: ubuntu-latest
98
steps:
99
- 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'
103
- name: Installs cargo-deadlinks
104
run: cargo install cargo-deadlinks
105
- name: Checks dead doc links
0 commit comments