Ensure cache is valid: ok, fix for new changes

This commit is contained in:
lights0123 2021-04-05 17:55:00 -04:00
parent 4c0b2277c6
commit fd07af00e7
No known key found for this signature in database
GPG key ID: 28F315322E37972F
2 changed files with 2 additions and 4 deletions

View file

@ -19,8 +19,7 @@ jobs:
- name: Install GNU tar
if: runner.os == 'macOS'
run: |
brew install gnu-tar
echo "::add-path::/usr/local/opt/gnu-tar/libexec/gnubin"
echo "/usr/local/opt/gnu-tar/libexec/gnubin" >> $GITHUB_PATH
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"

View file

@ -16,8 +16,7 @@ jobs:
- name: Install GNU tar
if: runner.os == 'macOS'
run: |
brew install gnu-tar
echo "::add-path::/usr/local/opt/gnu-tar/libexec/gnubin"
echo "/usr/local/opt/gnu-tar/libexec/gnubin" >> $GITHUB_PATH
- name: setup node
uses: actions/setup-node@v1
with: