Skip to content

Commit

Permalink
Fix ci configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedikt Moritz Maurer committed Oct 2, 2024
1 parent 8c600b3 commit 856828b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: mkdir build

- name: Configure CMake
run: cmake -S . -B build
run: cmake -S dev/ -B build

- name: Build the project
run: cmake --build build
Expand Down

0 comments on commit 856828b

Please sign in to comment.