aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/macos.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/macos.yml')
-rw-r--r--.github/workflows/macos.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 68fba08883..629b542a25 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -21,10 +21,8 @@ jobs:
run: |
brew update
brew install gdbm gmp libffi openssl zlib ccache autoconf automake libtool readline
- - name: Checkout
- uses: actions/checkout@master
- with:
- fetch-depth: 50
+ - name: Checkout # not using actions/checkout because it's unstable.
+ run: tool/ci_retry.sh git clone --depth=50 https://github.com/ruby/ruby .
- name: Set ENV
run: |
echo '##[set-env name=JOBS]'-j$((1 + $(sysctl -n hw.activecpu)))