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:
Peter Hawkins 2024-06-13 15:08:43 -04:00
parent 5401e99a7f
commit 02395a406a

View File

@ -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: