File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 1212 name : Check
1313 runs-on : ubuntu-latest
1414 steps :
15+ - name : Install alsa and udev
16+ run : sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev
1517 - uses : actions/checkout@v2
1618 - uses : actions-rs/toolchain@v1
1719 with :
2729 name : Rustfmt
2830 runs-on : ubuntu-latest
2931 steps :
32+ - name : Install alsa and udev
33+ run : sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev
3034 - uses : actions/checkout@v2
3135 - uses : actions-rs/toolchain@v1
3236 with :
4448 name : Clippy
4549 runs-on : ubuntu-latest
4650 steps :
51+ - name : Install alsa and udev
52+ run : sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev
4753 - uses : actions/checkout@v2
4854 - uses : actions-rs/toolchain@v1
4955 with :
You can’t perform that action at this time.
0 commit comments