-
Notifications
You must be signed in to change notification settings - Fork 394
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0b44d7c
commit 3d4b063
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,7 +53,7 @@ jobs: | |
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 | ||
run: brew link [email protected] | ||
|
||
- name: which clang/xcode | ||
run: clang --version | ||
|
@@ -95,7 +95,7 @@ jobs: | |
brew install --quiet automake autoconf berkeley-db@4 [email protected] 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 | ||
- name: Brew link dependencies | ||
run: brew link [email protected] qt@5 berkeley-db@4 | ||
run: brew link [email protected] | ||
|
||
- name: which clang/xcode | ||
run: clang --version | ||
|