We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a2baed commit d65df17Copy full SHA for d65df17
.github/workflows/jit.yml
@@ -120,7 +120,7 @@ jobs:
120
if: runner.os == 'Windows' && matrix.architecture == 'ARM64'
121
run: |
122
choco upgrade llvm -y
123
- choco install llvm --allow-downgrade --no-progress --version ${{ matrix.llvm }}
+ choco install llvm --allow-downgrade --no-progress --version ${{ matrix.llvm }}.1.0
124
./PCbuild/build.bat --experimental-jit ${{ matrix.debug && '-d' || '' }} -p ${{ matrix.architecture }}
125
126
- name: Native macOS
0 commit comments