Skip to content

Commit

Permalink
e
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanfbrito committed Aug 20, 2024
1 parent 67663a6 commit b7847cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,16 @@ jobs:

- name: Use Yarn cache (Linux/MacOS)
if: ${{ matrix.os != 'windows-latest' }}
id: yarn-cache-linux-macos
uses: actions/cache@v4
id: yarn-cache
with:
path: ~/.cache/yarn
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}

- name: Use Yarn cache (Windows)
if: ${{ matrix.os == 'windows-latest' }}
id: yarn-cache-windows
uses: actions/cache@v4
id: yarn-cache
with:
path: C:\Users\runneradmin\AppData\Local\Yarn\Cache
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
Expand Down

0 comments on commit b7847cc

Please sign in to comment.