diff options
author | luigi1111 <luigi1111w@gmail.com> | 2020-02-26 14:17:06 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2020-02-26 14:17:06 -0500 |
commit | 40b8be9d060e8442cbf236370e9dc65f930e78cb (patch) | |
tree | a550b4fa842258386cc5df98a8434620ac73a3f6 /.github/workflows | |
parent | Merge pull request #6348 (diff) | |
parent | workflows: fix macOS build (diff) | |
download | monero-40b8be9d060e8442cbf236370e9dc65f930e78cb.tar.xz |
Merge pull request #6355
bcaa865 workflows: fix macOS build (selsta)
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3066069b2..9e1aade2d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: with: submodules: recursive - name: update brew and install dependencies - run: brew update && brew install boost hidapi zmq libpgm unbound libsodium miniupnpc ldns expat libunwind-headers protobuf + run: brew update && brew install boost hidapi zmq libpgm miniupnpc ldns expat libunwind-headers protobuf - name: build run: make -j3 |