Add manifest-info.json to record manifest path in vcpkg_installed (#1… #460
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 | |
workflow_dispatch: | |
permissions: | |
# Required for CodeQL | |
security-events: write | |
contents: read | |
jobs: | |
builds: | |
uses: ./.github/workflows/build.yaml | |
with: | |
codeql: true |