Skip to content

Commit

Permalink
Fix cmake build command
Browse files Browse the repository at this point in the history
Signed-off-by: Uilian Ries <uilianries@gmail.com>
  • Loading branch information
uilianries committed Dec 29, 2024
1 parent 25e5a41 commit 74ca58b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=${{ matrix.build_type }}

- working-directory: build/
run: cmake --build
run: cmake --build .

- working-directory: build/
run: ctest --output-on-failure

0 comments on commit 74ca58b

Please sign in to comment.