From 3ae4dc723eea05c615af9eb663f0284b71f3e712 Mon Sep 17 00:00:00 2001 From: Jean Brito Date: Tue, 20 Aug 2024 14:15:36 -0300 Subject: [PATCH] d --- .github/workflows/pull-request-build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/pull-request-build.yml b/.github/workflows/pull-request-build.yml index ba795232d..1b37cd058 100644 --- a/.github/workflows/pull-request-build.yml +++ b/.github/workflows/pull-request-build.yml @@ -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