CI: update brew before installing pkgs

This commit is contained in:
Jakub Konka 2021-04-12 18:42:51 +02:00
parent d2d4df4074
commit d6d27d51ef
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -3,7 +3,7 @@
set -x
set -e
brew install s3cmd
brew update && brew install s3cmd
ZIGDIR="$(pwd)"
ARCH="x86_64"