Skip to content

Commit b0e2583

Browse files
committed
Try to solve cmake issues.
1 parent 30d6878 commit b0e2583

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ jobs:
2121
steps:
2222
- name: Build & Test Project
2323
run: |
24-
mkdir build
25-
cd build
26-
cmake -DCMAKE_BUILD_TYPE=${{ matrix.build }} ..
24+
cmake -DCMAKE_BUILD_TYPE=${{ matrix.build }} .
2725
cmake --build . --config ${{ matrix.build }}
2826
ctest -VV -C ${{ matrix.build }}

0 commit comments

Comments
 (0)