Skip to content

Commit 496c5c8

Browse files
committed
Restore to latest LLVM
1 parent 3293e91 commit 496c5c8

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
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
submodules: true
4545
- name: Install latest llvm & lld
46-
run: brew install llvm@20 lld
46+
run: brew install llvm lld
4747
- uses: actions-rust-lang/setup-rust-toolchain@v1
4848
- name: Prepare, build, test, clippy, format
4949
run: make prepare build test clippy fmt

0 commit comments

Comments
 (0)