Skip to content

Commit

Permalink
Make brew install output verbose so we can see what went wrong.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasper Peeters committed Dec 20, 2024
1 parent da8f29e commit ff7642c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/homebrew-devel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:

steps:
- name: get dependencies
run: brew tap kpeeters/repo && brew install cadabra2-devel
run: brew tap kpeeters/repo && brew install --verbose cadabra2-devel

- name: show where cadabra is located
run: cat `which cadabra2`
Expand Down

0 comments on commit ff7642c

Please sign in to comment.