updated mac.yaml

pull/2/head
Hari Sekhon 5 years ago
parent 5b8b011f36
commit ffa5064688

@ -37,6 +37,12 @@ jobs:
key: ${{ runner.os }}-pip-bash-tools # -${{ hashFiles('**/requirements.txt') }}
restore-keys: |
${{ runner.os }}-pip-
- uses: actions/cache@v1
with:
path: ~/.cpanm
key: ${{ runner.os }}-cpanm-bash-tools # ${{ hashFiles('**/cpan-requirements.txt') }}
restore-keys: |
${{ runner.os }}-cpanm-
- name: brew update
run: which brew && brew update || :
- name: build

Loading…
Cancel
Save