Skip to content

Commit

Permalink
Specify brew LLVM version (even tho its not out yet)
Browse files Browse the repository at this point in the history
  • Loading branch information
vcfxb committed Mar 21, 2024
1 parent 085ec7c commit 373dc83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cargo-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Install LLVM 18 (Mac Only)
if: ${{ matrix.os == 'macos-latest' }}
run: brew install llvm@HEAD
run: brew install llvm@18

- name: Get the LLVM version (Windows Only)
if: ${{ matrix.os == 'windows-latest' }}
Expand Down

0 comments on commit 373dc83

Please sign in to comment.