Skip to content

Commit

Permalink
Update check-commit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvforvendetta authored Dec 15, 2024
1 parent 0b44d7c commit 3d4b063
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3d4b063

Please sign in to comment.