Skip to content

Commit

Permalink
Try to reuse build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
janden committed Oct 8, 2024
1 parent 9502891 commit 49de3b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cmake_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
run: |
python3 -m pip install \
--verbose \
-C build-dir=./build \
-C cmake.define.CMAKE_BUILD_TYPE=${{ matrix.build_type }} \
-C cmake.define.CMAKE_C_COMPILER=${{ matrix.c_compiler }} \
-C cmake.define.CMAKE_CXX_COMPILER=${{ matrix.cxx_compiler }} \
Expand Down

0 comments on commit 49de3b9

Please sign in to comment.