From c5b094bbdbcea5cb27dab89f78b9a9f0980a1eb7 Mon Sep 17 00:00:00 2001 From: umarcor Date: Fri, 23 Oct 2020 05:33:46 +0200 Subject: ci/osx: skip brew update error --- .github/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index ce2b45f7b..c3de51aee 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -81,7 +81,7 @@ jobs: - uses: actions/checkout@v2 - run: | - brew update + brew update || true brew install p7zip ./dist/macosx/install-ada.sh -- cgit v1.2.3