Skip to content

Commit

Permalink
Correct LLVM download condition
Browse files Browse the repository at this point in the history
  • Loading branch information
matsjoyce-refeyn committed Sep 30, 2024
1 parent 9f3c0a1 commit f3da1f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
run: mv dist/*.tar.gz sdist.tar.gz

- uses: KyleMayes/install-llvm-action@v2
if: ${{ matrix.os }} == 'windows-latest'
if: ${{ matrix.os == 'windows-latest' }}
with:
version: 18

Expand Down

0 comments on commit f3da1f7

Please sign in to comment.