Skip to content

Commit

Permalink
fix mac12 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvforvendetta committed Nov 12, 2024
1 parent 9b9153b commit 818ac10
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 @@ -17,7 +17,7 @@ jobs:
run: brew install --quiet automake berkeley-db@4 boost@1.76 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 boost@1.76 qt@5 berkeley-db@4
run: brew link --overwrite boost@1.76 && brew link boost@1.76 qt@5 berkeley-db@4

- name: Auto generate
run: ./autogen.sh
Expand Down

0 comments on commit 818ac10

Please sign in to comment.