File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -110,17 +110,15 @@ jobs:
110110 - name : Native Windows
111111 if : runner.os == 'Windows' && matrix.architecture != 'ARM64'
112112 run : |
113- choco upgrade llvm -y
114- choco install llvm --allow-downgrade --no-progress --version ${{ matrix.llvm }}
113+ choco install llvm --allow-downgrade --no-progress --version ${{ matrix.llvm }}.1.0
115114 ./PCbuild/build.bat --experimental-jit ${{ matrix.debug && '-d' || '--pgo' }} -p ${{ matrix.architecture }}
116115 ./PCbuild/rt.bat ${{ matrix.debug && '-d' || '' }} -p ${{ matrix.architecture }} -q --multiprocess 0 --timeout 4500 --verbose2 --verbose3
117116
118117 # No PGO or tests (yet):
119118 - name : Emulated Windows
120119 if : runner.os == 'Windows' && matrix.architecture == 'ARM64'
121120 run : |
122- choco upgrade llvm -y
123- choco install llvm --allow-downgrade --no-progress --version ${{ matrix.llvm }}
121+ choco install llvm --allow-downgrade --no-progress --version ${{ matrix.llvm }}.1.0
124122 ./PCbuild/build.bat --experimental-jit ${{ matrix.debug && '-d' || '' }} -p ${{ matrix.architecture }}
125123
126124 - name : Native macOS
You can’t perform that action at this time.
0 commit comments