Skip to content

Commit

Permalink
Temporarily disable silent Makefile rules.
Browse files Browse the repository at this point in the history
  • Loading branch information
ossama-othman committed Jan 10, 2022
1 parent a754468 commit 13210b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: bootstrap
run: ./bootstrap
- name: configure
run: CXX=$(brew --prefix llvm)/bin/clang++ ./configure --disable-debug
run: CXX=$(brew --prefix llvm)/bin/clang++ ./configure --disable-debug --disable-silent-rules
- name: make
run: make
- name: make check
Expand Down

0 comments on commit 13210b0

Please sign in to comment.