We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e29c408 commit df41d3eCopy full SHA for df41d3e
.github/workflows/build.yml
@@ -16,4 +16,4 @@ jobs:
16
steps:
17
- uses: actions/checkout@v2
18
- name: Build
19
- run: cmake -S. -Bbin && cmake --build bin --parallel --config $BUILD_TYPE
+ run: cmake -S. -Bbin -DCMAKE_BUILD_TYPE=$BUILD_TYPE && cmake --build bin --parallel --config $BUILD_TYPE
0 commit comments