From caff6193f27ac1e63269e7d3cb01f2d0ea1b3c28 Mon Sep 17 00:00:00 2001 From: selsta Date: Wed, 30 Sep 2020 01:37:46 +0200 Subject: [PATCH] workflows: don't brew update --- .github/workflows/build.yml | 4 ++-- 1 file 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