We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc50f18 commit a934b7aCopy full SHA for a934b7a
1 file changed
.github/workflows/docs.yml
@@ -32,8 +32,8 @@ jobs:
32
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
33
- name: Ensure libclang
34
run: |
35
- apt update
36
- apt install --yes libclang-dev
+ sudo apt update
+ sudo apt install --yes libclang-dev
37
- name: Run doc
38
39
cargo doc --workspace --no-deps
0 commit comments