Skip to content

Commit b6ee814

Browse files
committed
提交修改
1 parent 45b0282 commit b6ee814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: |
3333
mkdir build
3434
cd build
35-
cmake .. -DCMAKE_USER_MAKE_RULES_OVERRIDE=../cmake/flags_override.cmake
35+
cmake .. -DCMAKE_USER_MAKE_RULES_OVERRIDE="${{ github.workspace }}/cmake/flags_override.cmake"
3636
cmake --build . --config Release
3737
ctest -V -C Release
3838
cmake --install . --config Release --prefix ${{ github.workspace }}/artifact/

0 commit comments

Comments
 (0)