|
@@ -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
|