diff options
author | Kazuhiro NISHIYAMA <zn@mbf.nifty.com> | 2020-02-20 00:13:44 +0900 |
---|---|---|
committer | Kazuhiro NISHIYAMA <zn@mbf.nifty.com> | 2020-02-20 00:13:44 +0900 |
commit | 57c26231ddaee50608aa1c97084b3f3394204612 (patch) | |
tree | 2d34762b005a8933b5d9f0ed367edcb5153c31d5 | |
parent | c4794ed73ad348a61a7cfbe3da0a7eb49ba46eb9 (diff) |
Use `brew upgrade` instead of `brew update`
-rw-r--r-- | .github/workflows/macos.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index a26475000d..7203db371d 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -36,7 +36,7 @@ jobs: run: | export WAITS='5 60' cd src - tool/travis_retry.sh brew update + tool/travis_retry.sh brew upgrade tool/travis_retry.sh brew install gdbm gmp libffi openssl@1.1 zlib autoconf automake libtool readline - name: Set ENV run: | |