Skip to content

Commit ce3ccb0

Browse files
Update check-commit.yml
1 parent 5ad072d commit ce3ccb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ jobs:
6262
brew install --quiet automake autoconf berkeley-db@4 pkg-config miniupnpc zeromq libtool qt@5 gperf qrencode librsvg && curl -L https://raw.githubusercontent.com/vergecurrency/protobuf261/master/protobuf261.rb > protobuf261.rb && brew install protobuf261.rb
6363
6464
- name: Brew install boost from our homebrew deps
65-
run: curl -L https://raw.githubusercontent.com/vergecurrency/verge/refs/heads/master/depends/homebrew-formulas/boost179.rb > boost179.rb && brew install boost179.rb
65+
run: curl -L https://raw.githubusercontent.com/vergecurrency/verge/refs/heads/master/depends/homebrew-formulas/boost176.rb > boost176.rb && brew install boost176.rb
6666

6767
- name: Brew link dependencies
68-
run: brew link boost179 qt@5 berkeley-db@4
68+
run: brew link boost176 qt@5 berkeley-db@4
6969

7070
- name: check cellar for openssl
7171
run: cd /opt/homebrew/Cellar/openssl@3/ && ls

0 commit comments

Comments
 (0)