Skip to content

Commit 139dc48

Browse files
authored
GH-118251: Fix incomplete ternary expression in JIT workflow (GH-118564)
1 parent 37c31be commit 139dc48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
choco upgrade llvm -y
9494
choco install llvm --allow-downgrade --no-progress --version ${{ matrix.llvm }}
9595
./PCbuild/build.bat --experimental-jit ${{ matrix.debug && '-d' || '--pgo' }} -p ${{ matrix.architecture }}
96-
./PCbuild/rt.bat ${{ matrix.debug && '-d' }} -p ${{ matrix.architecture }} -q --multiprocess 0 --timeout 4500 --verbose2 --verbose3
96+
./PCbuild/rt.bat ${{ matrix.debug && '-d' || '' }} -p ${{ matrix.architecture }} -q --multiprocess 0 --timeout 4500 --verbose2 --verbose3
9797
9898
# No PGO or tests (yet):
9999
- name: Emulated Windows

0 commit comments

Comments
 (0)