Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
janden committed Oct 8, 2024
1 parent 49de3b9 commit fa41700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
run: |
python3 -m pip install \
--verbose \
-C build-dir=./build \
-C build-dir=${{ github.workspace }}/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 fa41700

Please sign in to comment.