소스 검색

chore(ci): use cache for macos in slim build (#4883)

Rory Z 4 년 전
부모
커밋
11352c4eaa
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/build_slim_packages.yaml

+ 1 - 1
.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"