updated mac.yaml

pull/2/head
Hari Sekhon 5 years ago
parent 982f41db0d
commit bc97884e06

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

Loading…
Cancel
Save