Commit 6b03fca4457f251b5641810e84515adde7e6f53b

Authored by Perry Werneck
Committed by GitHub
1 parent e287d84f
Exists in develop

Disabling 'brew upgrade' in macos workflow.

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
.github/workflows/publish.yml
... ... @@ -84,7 +84,6 @@ jobs:
84 84 run: |
85 85 brew update
86 86 brew install xz automake binutils coreutils curl gettext libtool openssl pkgconfig
87   - brew upgrade
88 87 - name: build
89 88 run: ./mac/ci-build.sh
90 89 - uses: ncipollo/release-action@v1
... ...