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 6742a6d commit 08fd7f6Copy full SHA for 08fd7f6
1 file changed
.github/workflows/rust-checks.yaml
@@ -31,6 +31,10 @@ jobs:
31
uses: arduino/setup-protoc@v1
32
with:
33
version: "3.6.1"
34
+ - name: Install deps for build
35
+ run: |
36
+ sudo apt-get update
37
+ sudo apt-get install -y clang llvm-dev libclang-dev
38
- name: cargo doc
39
run: RUSTFLAGS="-D warnings" cargo doc --locked
40
@@ -94,6 +98,10 @@ jobs:
94
98
95
99
96
100
101
102
103
104
97
105
- name: Free disk space
106
run: |
107
sudo docker rmi $(docker image ls -aq) >/dev/null 2>&1 || true
0 commit comments