mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 11:56:07 +00:00
Add --allow-downgrade to LLVM install on Windows.
We want to pin a specific version in CI, even if a newer version exists.
This commit is contained in:
parent
5401e99a7f
commit
02395a406a
2
.github/workflows/windows_ci.yml
vendored
2
.github/workflows/windows_ci.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
access_token: ${{ github.token }}
|
||||
|
||||
- name: Install LLVM/Clang
|
||||
run: choco install llvm --version=18.1.4 --yes --no-progress
|
||||
run: choco install llvm --version=18.1.4 --yes --no-progress --allow-downgrade
|
||||
|
||||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # ratchet:actions/checkout@v4
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user