Kaynağa Gözat

ci(build_slim_packages): reenable mac build

William Yang 4 yıl önce
ebeveyn
işleme
e54b1e0581
1 değiştirilmiş dosya ile 1 ekleme ve 2 silme
  1. 1 2
      .github/workflows/build_slim_packages.yaml

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

@@ -80,7 +80,6 @@ jobs:
         name: ${{ matrix.profile}}-${{ matrix.otp }}-${{ matrix.os }}
         name: ${{ matrix.profile}}-${{ matrix.otp }}-${{ matrix.os }}
         path: _packages/**/*.zip
         path: _packages/**/*.zip
   mac:
   mac:
-    if: contains(github.event.pull_request.labels.*.name, 'Mac')
     strategy:
     strategy:
       fail-fast: false
       fail-fast: false
       matrix:
       matrix:
@@ -139,7 +138,7 @@ jobs:
       uses: actions/cache@v2
       uses: actions/cache@v2
       with:
       with:
         path: _build/default/lib/quicer/
         path: _build/default/lib/quicer/
-        key: mac-${{ matrix.otp }}-macos-${{ steps.deps-refs.outputs.DEP_QUICER_REF }}
+        key: ${{ matrix.macos }}-${{ matrix.otp }}-macos-${{ steps.deps-refs.outputs.DEP_QUICER_REF }}
     - name: build ${{ matrix.profile }}
     - name: build ${{ matrix.profile }}
       run: |
       run: |
         . $HOME/.kerl/${{ matrix.otp }}/activate
         . $HOME/.kerl/${{ matrix.otp }}/activate