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 84b6715 commit 6f5c1deCopy full SHA for 6f5c1de
.github/workflows/salva-ci-build.yml
@@ -60,7 +60,7 @@ jobs:
60
feature: [default, parallel]
61
steps:
62
- uses: actions/checkout@v2
63
- - run: sudo apt-get install -y cmake libxcb-composite0-dev libx11-dev libasound2-dev libudev-dev
+ - run: sudo apt-get install -y cmake libxcb-composite0-dev libx11-dev libasound2-dev
64
- name: build ${{ matrix.package }} --features ${{ matrix.feature }}
65
run: cargo build --verbose -p ${{ matrix.package }} --features ${{ matrix.feature }}
66
build-wasm:
0 commit comments