Skip to content

Commit d65df17

Browse files
pin to 18.1.0
1 parent 8a2baed commit d65df17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
if: runner.os == 'Windows' && matrix.architecture == 'ARM64'
121121
run: |
122122
choco upgrade llvm -y
123-
choco install llvm --allow-downgrade --no-progress --version ${{ matrix.llvm }}
123+
choco install llvm --allow-downgrade --no-progress --version ${{ matrix.llvm }}.1.0
124124
./PCbuild/build.bat --experimental-jit ${{ matrix.debug && '-d' || '' }} -p ${{ matrix.architecture }}
125125
126126
- name: Native macOS

0 commit comments

Comments
 (0)