Skip to content

Commit

Permalink
fix quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
supervacuus authored Nov 5, 2024
1 parent ba8661f commit a5099c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
run: echo $(brew --prefix llvm@15)/bin >> $GITHUB_PATH

- name: Expose llvm@18 PATH for Mac
if: ${{ runner.os == 'macOS' && matrix.os == "macos-15" }}
if: ${{ runner.os == 'macOS' && matrix.os == 'macos-15' }}
run: echo $(brew --prefix llvm@18)/bin >> $GITHUB_PATH

- name: Installing LLVM-MINGW Dependencies
Expand Down

0 comments on commit a5099c6

Please sign in to comment.