Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanfbrito committed Aug 20, 2024
1 parent e5b6c79 commit 3ae4dc7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pull-request-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,12 @@ jobs:

- name: Set Yarn cache directory for Windows
if: ${{ matrix.os == 'windows-latest' }}
id: yarn-cache-dir-path-windows
run: echo "dir=C:\\Users\\runneradmin\\AppData\\Local\\Yarn\\Cache" >> $GITHUB_ENV

- name: Debug Cache Path
run: echo "Cache path is ${{ env.dir }}"

- name: Use Yarn cache
uses: actions/cache@v4
id: yarn-cache
Expand Down

0 comments on commit 3ae4dc7

Please sign in to comment.