summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-08-12 17:55:57 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2019-08-12 17:55:57 +0900
commit5edf921e9bce453b6a68040340940489bf350cc4 (patch)
tree9558f66ebc344644b69e9797fb9460dd23d0d65b
parent927a43a503bd846ab706ff40990ab4ecae8abdc3 (diff)
Revert "Roughly retry `brew update` on GitHub Actions"
This reverts commit 5ee11a95ffbf194a73d1bea300a35f5d6250d203. Sorry, timeout(1) was missing.
-rw-r--r--.github/workflows/macos.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 555c11ee77..bf1514ca49 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -19,7 +19,7 @@ jobs:
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --getglobalstate
- name: Install libraries
run: |
- timeout 300 brew update || timeout 300 brew update || timeout 300 brew update
+ brew update
brew install gdbm gmp libffi openssl@1.1 zlib autoconf automake libtool readline
- name: Checkout # not using actions/checkout because it's unstable.
run: git clone --depth=50 https://github.com/ruby/ruby .