Skip to content

Commit c2b94e8

Browse files
authored
Update rust.yml
1 parent 5b1fa56 commit c2b94e8

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
@@ -57,7 +57,7 @@ jobs:
5757
steps:
5858
- uses: actions/checkout@v3
5959
- name: Install deps
60-
run: sudo apt update && sudo apt install -y clang build-essential
60+
run: sudo apt update && sudo apt install -y clang llvm build-essential
6161
- name: debug lines
6262
run: which clang && which clang-18 && which llvm-strip && which llvm-strip-18
6363
- uses: actions-rust-lang/setup-rust-toolchain@v1

0 commit comments

Comments
 (0)