Skip to content

Commit a54d274

Browse files
author
Samuel Dare
committed
chore: fix deps
1 parent 309732d commit a54d274

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/baedeker.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ jobs:
1414
uses: actions/checkout@v2
1515

1616
- name: Install dependencies
17-
run: sudo apt-get update && sudo apt-get install -y
17+
run: |
18+
sudo apt-get update &&
19+
sudo apt-get install -y clang curl libssl-dev llvm libudev-dev protobuf-compiler
1820
1921
- name: Install Rust
2022
uses: actions-rs/toolchain@v1.0.6

0 commit comments

Comments
 (0)