ci(build_slim_packages): reenable mac build

This commit is contained in:
William Yang 2022-01-10 12:34:41 +01:00
parent 11daef4ab3
commit e54b1e0581
1 changed files with 1 additions and 2 deletions

View File

@ -80,7 +80,6 @@ jobs:
name: ${{ matrix.profile}}-${{ matrix.otp }}-${{ matrix.os }}
path: _packages/**/*.zip
mac:
if: contains(github.event.pull_request.labels.*.name, 'Mac')
strategy:
fail-fast: false
matrix:
@ -139,7 +138,7 @@ jobs:
uses: actions/cache@v2
with:
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 }}
run: |
. $HOME/.kerl/${{ matrix.otp }}/activate