Skip to content

Commit

Permalink
tell macos-12 brew to be quiet in workflow
Browse files Browse the repository at this point in the history
just make the .dmg!
  • Loading branch information
justinvforvendetta committed Sep 11, 2024
1 parent a366bee commit a5f6a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
run: clang --version

- name: Brew install base dependencies
run: brew install automake berkeley-db@4 [email protected] miniupnpc qt@5 gperf qrencode librsvg && curl -L https://raw.githubusercontent.com/vergecurrency/protobuf261/master/protobuf261.rb > protobuf261.rb && brew install protobuf261.rb
run: brew install --quiet automake berkeley-db@4 [email protected] miniupnpc qt@5 gperf qrencode librsvg && curl -L https://raw.githubusercontent.com/vergecurrency/protobuf261/master/protobuf261.rb > protobuf261.rb && brew install protobuf261.rb

- name: Brew link dependencies
run: brew link [email protected] qt@5 berkeley-db@4
Expand Down

0 comments on commit a5f6a97

Please sign in to comment.