From 11352c4eaae76fec974776129f20eb69f8bcc528 Mon Sep 17 00:00:00 2001 From: Rory Z Date: Fri, 28 May 2021 09:57:55 +0800 Subject: [PATCH] chore(ci): use cache for macos in slim build (#4883) --- .github/workflows/build_slim_packages.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_slim_packages.yaml b/.github/workflows/build_slim_packages.yaml index 13cbe49f8..08a35299c 100644 --- a/.github/workflows/build_slim_packages.yaml +++ b/.github/workflows/build_slim_packages.yaml @@ -79,7 +79,7 @@ jobs: path: ~/.kerl key: erl${{ matrix.erl_otp }}-macos10.15 - name: build erlang - # if: steps.cache.outputs.cache-hit != 'true' + if: steps.cache.outputs.cache-hit != 'true' timeout-minutes: 60 run: | export OTP_GITHUB_URL="https://github.com/emqx/otp"