Skip to content

Commit

Permalink
lol
Browse files Browse the repository at this point in the history
  • Loading branch information
syyyr committed Oct 18, 2024
1 parent cb192d1 commit f8037a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-and-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ runs:
env:
CC: gcc-12
CXX: g++-12
run: cmake --build '${{github.workspace}}/build' --parallel "$(nproc)"
run: cmake --build '${{github.workspace}}/build' --parallel "$(nproc)" --verbose
shell: bash

- name: Test
Expand Down

0 comments on commit f8037a0

Please sign in to comment.