Skip to content

Commit 37d02e5

Browse files
committed
Add sudo permission in CI
1 parent be385ce commit 37d02e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v3
1919
- name: Install llvm
20-
run: apt update && apt install -y clang # This requires Ubuntu 24.04 or later
20+
run: sudo apt update && sudo apt install -y clang # This requires Ubuntu 24.04 or later
2121
- name: Install cargo generate
2222
run: cargo install cargo-generate
2323
- name: Generate workspace

0 commit comments

Comments
 (0)