File tree 1 file changed +2
-4
lines changed 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -110,17 +110,15 @@ jobs:
110
110
- name : Native Windows
111
111
if : runner.os == 'Windows' && matrix.architecture != 'ARM64'
112
112
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
115
114
./PCbuild/build.bat --experimental-jit ${{ matrix.debug && '-d' || '--pgo' }} -p ${{ matrix.architecture }}
116
115
./PCbuild/rt.bat ${{ matrix.debug && '-d' || '' }} -p ${{ matrix.architecture }} -q --multiprocess 0 --timeout 4500 --verbose2 --verbose3
117
116
118
117
# No PGO or tests (yet):
119
118
- name : Emulated Windows
120
119
if : runner.os == 'Windows' && matrix.architecture == 'ARM64'
121
120
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
124
122
./PCbuild/build.bat --experimental-jit ${{ matrix.debug && '-d' || '' }} -p ${{ matrix.architecture }}
125
123
126
124
- name : Native macOS
You can’t perform that action at this time.
0 commit comments