Skip to content

Commit

Permalink
verbose output from Mac build
Browse files Browse the repository at this point in the history
  • Loading branch information
cgcgcg committed Sep 18, 2023
1 parent 310e58f commit 7a0659a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: make prereq && make prereq-extra

- name: Install
run: make install
run: PIP_INSTALL_FLAGS=-vvv make install

- name: Remove ccache cache
if: ${{ steps.ccache-restore.outputs.cache-hit }}
Expand Down

0 comments on commit 7a0659a

Please sign in to comment.