diff options
| author | selsta <selsta@sent.at> | 2020-09-30 01:37:46 +0200 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2020-09-30 01:58:57 +0200 |
| commit | caff6193f27ac1e63269e7d3cb01f2d0ea1b3c28 (patch) | |
| tree | 4fd8720231cdeaca5ad2b1414e8f5df90bdc21d9 | |
| parent | 28ee4164cdef2d11980b0eb6f01564e8ef2e892f (diff) | |
| download | monzero-gui-caff6193f27ac1e63269e7d3cb01f2d0ea1b3c28.tar.gz monzero-gui-caff6193f27ac1e63269e7d3cb01f2d0ea1b3c28.tar.xz monzero-gui-caff6193f27ac1e63269e7d3cb01f2d0ea1b3c28.zip | |
workflows: don't brew update
| -rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6d8bee04..2c9c5599 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,8 +9,8 @@ jobs: - uses: actions/checkout@v1 with: submodules: recursive - - name: update brew and install dependencies - run: brew update && brew install boost hidapi zmq libpgm miniupnpc ldns expat libunwind-headers protobuf qt5 pkg-config + - name: install dependencies + run: HOMEBREW_NO_AUTO_UPDATE=1 brew install boost hidapi zmq libpgm miniupnpc ldns expat libunwind-headers protobuf qt5 pkg-config - name: build run: DEV_MODE=ON make release -j3 - name: test qml |
