Bladeren bron

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

Rory Z 4 jaren geleden
bovenliggende
commit
11352c4eaa
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      .github/workflows/build_slim_packages.yaml

+ 1 - 1
.github/workflows/build_slim_packages.yaml

@@ -79,7 +79,7 @@ jobs:
         path: ~/.kerl
         path: ~/.kerl
         key: erl${{ matrix.erl_otp }}-macos10.15
         key: erl${{ matrix.erl_otp }}-macos10.15
     - name: build erlang
     - name: build erlang
-      # if: steps.cache.outputs.cache-hit != 'true'
+      if: steps.cache.outputs.cache-hit != 'true'
       timeout-minutes: 60
       timeout-minutes: 60
       run: |
       run: |
         export OTP_GITHUB_URL="https://github.com/emqx/otp"
         export OTP_GITHUB_URL="https://github.com/emqx/otp"