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 @@ -117,17 +117,15 @@ jobs:
117117 - name : Native Windows
118118 if : runner.os == 'Windows' && matrix.architecture != 'ARM64'
119119 run : |
120- choco upgrade llvm -y
121- choco install llvm --allow-downgrade --no-progress --version ${{ matrix.llvm }}
120+ choco install llvm --allow-downgrade --no-progress --version ${{ matrix.llvm }}.1.0
122121 ./PCbuild/build.bat --experimental-jit ${{ matrix.debug && '-d' || '--pgo' }} -p ${{ matrix.architecture }}
123122 ./PCbuild/rt.bat ${{ matrix.debug && '-d' || '' }} -p ${{ matrix.architecture }} -q --multiprocess 0 --timeout 4500 --verbose2 --verbose3
124123
125124 # No PGO or tests (yet):
126125 - name : Emulated Windows
127126 if : runner.os == 'Windows' && matrix.architecture == 'ARM64'
128127 run : |
129- choco upgrade llvm -y
130- choco install llvm --allow-downgrade --no-progress --version ${{ matrix.llvm }}
128+ choco install llvm --allow-downgrade --no-progress --version ${{ matrix.llvm }}.1.0
131129 ./PCbuild/build.bat --experimental-jit ${{ matrix.debug && '-d' || '' }} -p ${{ matrix.architecture }}
132130
133131 - name : Native macOS
You can’t perform that action at this time.
0 commit comments