Skip to content

Commit d3d0729

Browse files
authored
Update cloud-tpu-presubmit.yml
1 parent b85462d commit d3d0729

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cloud-tpu-presubmit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,5 @@ jobs:
6161
- name: Build ${{ matrix.artifact }}
6262
env:
6363
JAXCI_HERMETIC_PYTHON_VERSION: "${{ matrix.python }}"
64-
run: ./ci/build_artifacts.sh "ci/envs/build_artifacts/${{ matrix.artifact }}"
64+
run: choco install llvm --version=18.1.4 --yes --no-progress --allow-downgrade
65+

0 commit comments

Comments
 (0)