Skip to content

Commit eb2015c

Browse files
fix path to raw github file
1 parent abfbb09 commit eb2015c

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
@@ -17,7 +17,7 @@ jobs:
1717
brew install --quiet automake berkeley-db@4 miniupnpc qt@5 gperf qrencode librsvg && curl -L https://raw.githubusercontent.com/vergecurrency/protobuf261/master/protobuf261.rb > protobuf261.rb && brew install protobuf261.rb
1818
1919
- name: Brew install boost from our homebrew deps
20-
run: curl -L https://raw.githubusercontent.com/vergecurrency/verge/master/depends/homebrew-formulas/boost176.rb > boost176.rb && brew install boost176.rb
20+
run: curl -L https://raw.githubusercontent.com/vergecurrency/verge/refs/heads/master/depends/homebrew-formulas/boost176.rb > boost176.rb && brew install boost176.rb
2121

2222
- name: Brew link dependencies
2323
run: brew link qt@5 berkeley-db@4 boost176
@@ -62,7 +62,7 @@ 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/master/depends/homebrew-formulas/boost176.rb > boost176.rb && brew install boost176.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
6868
run: brew link boost176 qt@5 berkeley-db@4

0 commit comments

Comments
 (0)