Merge pull request #21861 from hawkinsp:win

PiperOrigin-RevId: 643082666
This commit is contained in:
jax authors 2024-06-13 12:18:06 -07:00
commit 0dc706d79f

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: