summaryrefslogtreecommitdiff
path: root/.github/workflows/macos.yml
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-08-12 17:46:11 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2019-08-12 17:46:16 +0900
commit927a43a503bd846ab706ff40990ab4ecae8abdc3 (patch)
tree191d496f704bcdfa440a5a63d8116afd6610822a /.github/workflows/macos.yml
parent5ee11a95ffbf194a73d1bea300a35f5d6250d203 (diff)
Drop unused ccache
unlike Travis, it seems not used.
Diffstat (limited to '.github/workflows/macos.yml')
-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 04d8c08bac..555c11ee77 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -20,7 +20,7 @@ jobs:
- name: Install libraries
run: |
timeout 300 brew update || timeout 300 brew update || timeout 300 brew update
- brew install gdbm gmp libffi openssl@1.1 zlib ccache autoconf automake libtool readline
+ 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 .
- name: Set ENV