From 5edf921e9bce453b6a68040340940489bf350cc4 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Mon, 12 Aug 2019 17:55:57 +0900 Subject: [PATCH] Revert "Roughly retry `brew update` on GitHub Actions" This reverts commit 5ee11a95ffbf194a73d1bea300a35f5d6250d203. Sorry, timeout(1) was missing. --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 .