Skip to content

Commit 66adccd

Browse files
committed
test update for missing packeges
1 parent 6c39275 commit 66adccd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- if: runner.os == 'Linux'
2323
run: |
2424
sudo apt-get update
25-
sudo apt-get install -y libudev-dev
25+
sudo apt-get install -y libudev-dev protobuf-compiler libclang-dev
2626
2727
- uses: actions-rs/toolchain@v1
2828
with:
@@ -58,4 +58,4 @@ jobs:
5858
args: --workspace --all-targets -- --deny=warnings
5959

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

0 commit comments

Comments
 (0)