Skip to content

Commit

Permalink
Try fixing windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
pzxmsry committed Jan 22, 2024
1 parent 7977cf2 commit 9d086d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake_ctest_multiplatform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Build
# Build your program with the given configuration. Note that --config is needed because the default Windows generator is a multi-config generator (Visual Studio generator).
run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --config ${{ matrix.build_type }} -- -j $(nproc)
run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --config ${{ matrix.build_type }} -j $(nproc)

- name: Install llvm-cov lcov
run: sudo apt update && sudo apt install llvm lcov
Expand Down

0 comments on commit 9d086d1

Please sign in to comment.