Skip to content

Commit 65b8c46

Browse files
Add empty string
1 parent 8f82f14 commit 65b8c46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/jit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)