Skip to content

Commit

Permalink
escape path
Browse files Browse the repository at this point in the history
  • Loading branch information
brondavies committed Nov 5, 2024
1 parent 41db685 commit cacbf41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ jobs:
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
- if: matrix.build-mode == 'manual'
run: |
set "PATH=%PATH%;C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin"
set ^"PATH=%PATH%;C:\Program^ Files\Microsoft^ Visual^ Studio\2022\Enterprise\MSBuild\Current\Bin^"
cd src\TrayToolbar
msbuild TrayToolbar.sln /p:Configuration=Release /p:Platform=x64
msbuild TrayToolbar.sln /p:Configuration=Debug /p:Platform=x64
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
Expand Down

0 comments on commit cacbf41

Please sign in to comment.