Skip to content

Commit 09e1740

Browse files
author
Timothy Mothra Lee (from Dev Box)
committed
build fix
1 parent 3a99280 commit 09e1740

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-daily.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ jobs:
157157
$batchFile = 'run-cpp-build.bat'
158158
Set-Content -Path $batchFile -Value $buildScript -NoNewline
159159
160-
# Call vcvars64.bat and then the batch file (fix quoting)
161-
& cmd /c "$vcvarsPath && $batchFile"
160+
# Call vcvars64.bat and then the batch file (fix quoting for spaces)
161+
& cmd /c "`"$vcvarsPath`" && $batchFile"
162162
163163
- name: Perform CodeQL analysis
164164
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)