Skip to content

Commit 6f5c1de

Browse files
committed
chore: fix ci
1 parent 84b6715 commit 6f5c1de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/salva-ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
feature: [default, parallel]
6161
steps:
6262
- uses: actions/checkout@v2
63-
- run: sudo apt-get install -y cmake libxcb-composite0-dev libx11-dev libasound2-dev libudev-dev
63+
- run: sudo apt-get install -y cmake libxcb-composite0-dev libx11-dev libasound2-dev
6464
- name: build ${{ matrix.package }} --features ${{ matrix.feature }}
6565
run: cargo build --verbose -p ${{ matrix.package }} --features ${{ matrix.feature }}
6666
build-wasm:

0 commit comments

Comments
 (0)