Use CMAKE_CURRENT_BINARY_DIR instead of CMAKE_BINARY_DIR for QWT setup. #15
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: "CodeQL" | |
on: | |
push: | |
branches: [ "main" ] | |
pull_request: | |
branches: [ "main" ] | |
schedule: | |
- cron: '29 2 * * 0' | |
jobs: | |
analyze: | |
uses: przemek83/workflows/.github/workflows/codeql-qt.yml@main | |
with: | |
qt-version: 6.5.* |