Skip to content

Commit

Permalink
fix coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
pit-ray committed Feb 12, 2024
1 parent cc0d79e commit 2552655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: pip install --user cpp-coveralls

- name: Configure CMake
run: cmake -B build_test tests
run: cmake -B build_test -G "MinGW Makefiles" tests

- name: Build
run: cmake --build build_test --config ${{env.BUILD_TYPE}}
Expand Down

0 comments on commit 2552655

Please sign in to comment.