Skip to content

Commit a934b7a

Browse files
committed
sudo for doc action
1 parent fc50f18 commit a934b7a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
3333
- name: Ensure libclang
3434
run: |
35-
apt update
36-
apt install --yes libclang-dev
35+
sudo apt update
36+
sudo apt install --yes libclang-dev
3737
- name: Run doc
3838
run: |
3939
cargo doc --workspace --no-deps

0 commit comments

Comments
 (0)