commit d6d27d51ef9173811048d10ccc8634e89bd5c508 (tree) parent d2d4df40746dc65802e074ab9a532cf78e698333 Author: Jakub Konka <kubkon@jakubkonka.com> Date: Mon, 12 Apr 2021 18:42:51 +0200 CI: update brew before installing pkgs Diffstat:
| M | ci/azure/macos_arm64_script | | | 2 | +- |
| M | ci/azure/macos_script | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ci/azure/macos_arm64_script b/ci/azure/macos_arm64_script @@ -3,7 +3,7 @@ set -x set -e -brew install s3cmd ninja gnu-tar +brew update && brew install s3cmd ninja gnu-tar ZIGDIR="$(pwd)" ARCH="aarch64" diff --git a/ci/azure/macos_script b/ci/azure/macos_script @@ -3,7 +3,7 @@ set -x set -e -brew install s3cmd +brew update && brew install s3cmd ZIGDIR="$(pwd)" ARCH="x86_64"