File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -111,15 +111,15 @@ jobs:
111111 if : runner.os == 'Windows' && matrix.architecture != 'ARM64'
112112 run : |
113113 choco install llvm --allow-downgrade --no-progress --version ${{ matrix.llvm }}.1.0
114- ./PCbuild/build.bat --experimental-jit ${{ matrix.debug && '-d' }} -p ${{ matrix.architecture }}
114+ ./PCbuild/build.bat --experimental-jit ${{ matrix.debug && '-d' || '' }} -p ${{ matrix.architecture }}
115115 ./PCbuild/rt.bat ${{ matrix.debug && '-d' || '' }} -p ${{ matrix.architecture }} -q --multiprocess 0 --timeout 4500 --verbose2 --verbose3
116116
117117 # No PGO or tests (yet):
118118 - name : Emulated Windows
119119 if : runner.os == 'Windows' && matrix.architecture == 'ARM64'
120120 run : |
121121 choco install llvm --allow-downgrade --no-progress --version ${{ matrix.llvm }}.1.0
122- ./PCbuild/build.bat --experimental-jit ${{ matrix.debug && '-d' }} -p ${{ matrix.architecture }}
122+ ./PCbuild/build.bat --experimental-jit ${{ matrix.debug && '-d' || '' }} -p ${{ matrix.architecture }}
123123
124124 # The `find` line is required as a result of https://github.com/actions/runner-images/issues/9966.
125125 # This is a bug in the macOS runner image where the pre-installed Python is installed in the same
You can’t perform that action at this time.
0 commit comments