Skip to content

Commit

Permalink
Add --allow-downgrade to Windows wheel builds.
Browse files Browse the repository at this point in the history
We want a specific LLVM version, downgrades are fine.
Also add --no-progress for a more compact log.
  • Loading branch information
hawkinsp committed Jun 18, 2024
1 parent 5d35c99 commit b0b0268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheel_win_x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
access_token: ${{ github.token }}

- name: Install LLVM/Clang
run: choco install llvm --version=18.1.4 --yes
run: choco install llvm --version=18.1.4 --yes --no-progress --allow-downgrade

- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # ratchet:actions/checkout@v4

Expand Down

0 comments on commit b0b0268

Please sign in to comment.