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 45b0282 commit b6ee814Copy full SHA for b6ee814
.github/workflows/build.yml
@@ -32,7 +32,7 @@ jobs:
32
run: |
33
mkdir build
34
cd build
35
- cmake .. -DCMAKE_USER_MAKE_RULES_OVERRIDE=../cmake/flags_override.cmake
+ cmake .. -DCMAKE_USER_MAKE_RULES_OVERRIDE="${{ github.workspace }}/cmake/flags_override.cmake"
36
cmake --build . --config Release
37
ctest -V -C Release
38
cmake --install . --config Release --prefix ${{ github.workspace }}/artifact/
0 commit comments