updated mac.yaml

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

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

Loading…
Cancel
Save