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 be385ce commit 37d02e5Copy full SHA for 37d02e5
.github/workflows/rust.yml
@@ -17,7 +17,7 @@ jobs:
17
steps:
18
- uses: actions/checkout@v3
19
- name: Install llvm
20
- run: apt update && apt install -y clang # This requires Ubuntu 24.04 or later
+ run: sudo apt update && sudo apt install -y clang # This requires Ubuntu 24.04 or later
21
- name: Install cargo generate
22
run: cargo install cargo-generate
23
- name: Generate workspace
0 commit comments