Skip to content

Commit

Permalink
Disable silent rules in CI
Browse files Browse the repository at this point in the history
This makes it easier to confirm that the right flags are being passed to
the compiler.
  • Loading branch information
ryandesign committed Apr 25, 2024
1 parent 69c026f commit 8970953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: autogen
run: ./autogen.sh --no-configure
- name: configure
run: ./configure
run: ./configure --disable-silent-rules
- name: make
run: make
- name: make check
Expand Down

0 comments on commit 8970953

Please sign in to comment.