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 5e6a9a2 commit 1caa376Copy full SHA for 1caa376
.github/workflows/test.yaml
@@ -29,7 +29,7 @@ jobs:
29
30
- name: Build
31
shell: bash
32
- run: cmake --build --config ${{ env.BUILD_TYPE }}
+ run: cmake --build . --config ${{ env.BUILD_TYPE }}
33
34
- name: Run Tests
35
working-directory: ${{ env.APP_DIR }}
0 commit comments