We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf54043 commit 31fb1cfCopy full SHA for 31fb1cf
1 file changed
.github/workflows/rust-checks.yaml
@@ -27,6 +27,10 @@ jobs:
27
- uses: Swatinem/rust-cache@v2
28
with:
29
key: check-doc-v0
30
+ - name: Install deps for libclang (bindgen/clang-sys)
31
+ run: |
32
+ sudo apt-get update
33
+ sudo apt-get install -y clang llvm-dev libclang-dev
34
- name: Install Protoc
35
uses: arduino/setup-protoc@v1
36
@@ -94,6 +98,10 @@ jobs:
94
98
95
99
96
100
version: "3.6.1"
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