diff --git a/.github/workflows/cache.yaml b/.github/workflows/cache.yaml index fb0f33c..e88a37f 100644 --- a/.github/workflows/cache.yaml +++ b/.github/workflows/cache.yaml @@ -7,4 +7,5 @@ jobs: steps: - run: ls -lha /opt/hostedtoolcache - run: ls -lha /opt/hostedtoolcache/node - - run: ls -lha /opt/hostedtoolcache/pnpm-store \ No newline at end of file + - run: ls -lha /opt/hostedtoolcache/pnpm-store + - run: env \ No newline at end of file