Add quotes around the VCPKG_ROOT and Z_POWERSHELL_EXE variable path a… #267
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI Build | |
on: | |
push: | |
branches: | |
- main | |
permissions: | |
# Required for CodeQL | |
security-events: write | |
contents: read | |
jobs: | |
builds: | |
uses: ./.github/workflows/build.yaml | |
with: | |
codeql: true |