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 | a81def486834523acda2f70dd2e6f6ea4fdf274a (diff) | |
| parent | bcaa86519ee1e93e400ab9fdae4aafa25b53a2c7 (diff) | |
| download | monzero-core-40b8be9d060e8442cbf236370e9dc65f930e78cb.tar.gz monzero-core-40b8be9d060e8442cbf236370e9dc65f930e78cb.tar.xz monzero-core-40b8be9d060e8442cbf236370e9dc65f930e78cb.zip | |
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 |
