Skip to content

Commit

Permalink
test update for missing packeges
Browse files Browse the repository at this point in the history
  • Loading branch information
lijunwangs committed Oct 18, 2023
1 parent 6c39275 commit 66adccd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- if: runner.os == 'Linux'
run: |
sudo apt-get update
sudo apt-get install -y libudev-dev
sudo apt-get install -y libudev-dev protobuf-compiler libclang-dev
- uses: actions-rs/toolchain@v1
with:
Expand Down Expand Up @@ -58,4 +58,4 @@ jobs:
args: --workspace --all-targets -- --deny=warnings

- name: Build
run: ./ci/cargo-build-test.sh
run: ./ci/cargo-build-test.sh

0 comments on commit 66adccd

Please sign in to comment.