Skip to content

Commit

Permalink
Enable verbose build in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
shym committed Sep 4, 2024
1 parent 91fbf82 commit 7640dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-cygwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Build the compiler
shell: bash
run: >-
make -j4
make -j4 V=1
- name: Test suite
shell: bash
run: >-
Expand Down

0 comments on commit 7640dcb

Please sign in to comment.