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 5b1fa56 commit c2b94e8Copy full SHA for c2b94e8
.github/workflows/rust.yml
@@ -57,7 +57,7 @@ jobs:
57
steps:
58
- uses: actions/checkout@v3
59
- name: Install deps
60
- run: sudo apt update && sudo apt install -y clang build-essential
+ run: sudo apt update && sudo apt install -y clang llvm build-essential
61
- name: debug lines
62
run: which clang && which clang-18 && which llvm-strip && which llvm-strip-18
63
- uses: actions-rust-lang/setup-rust-toolchain@v1
0 commit comments