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 3293e91 commit 496c5c8Copy full SHA for 496c5c8
.github/workflows/rust.yml
@@ -43,7 +43,7 @@ jobs:
43
with:
44
submodules: true
45
- name: Install latest llvm & lld
46
- run: brew install llvm@20 lld
+ run: brew install llvm lld
47
- uses: actions-rust-lang/setup-rust-toolchain@v1
48
- name: Prepare, build, test, clippy, format
49
run: make prepare build test clippy fmt
0 commit comments