diff --git a/.github/workflows/pr-node-modules.yml b/.github/workflows/pr-node-modules.yml index a35033197b9..61682ee0ace 100644 --- a/.github/workflows/pr-node-modules.yml +++ b/.github/workflows/pr-node-modules.yml @@ -35,10 +35,6 @@ jobs: path: .build/node_modules_cache key: "node_modules-${{ hashFiles('.build/packagelockhash') }}" - - name: Extract node_modules cache - if: steps.cache-node-modules.outputs.cache-hit == 'true' - run: tar -xzf .build/node_modules_cache/cache.tgz - - name: Install build dependencies if: steps.cache-node-modules.outputs.cache-hit != 'true' working-directory: build @@ -113,10 +109,6 @@ jobs: path: .build/node_modules_cache key: "node_modules-${{ hashFiles('.build/packagelockhash') }}" - - name: Extract node_modules cache - if: steps.cache-node-modules.outputs.cache-hit == 'true' - run: tar -xzf .build/node_modules_cache/cache.tgz - - name: Install dependencies if: steps.cache-node-modules.outputs.cache-hit != 'true' run: | @@ -183,11 +175,6 @@ jobs: path: .build/node_modules_cache key: "node_modules-${{ hashFiles('.build/packagelockhash') }}" - - name: Extract node_modules cache - if: steps.node-modules-cache.outputs.cache-hit == 'true' - shell: pwsh - run: 7z.exe x .build/node_modules_cache/cache.7z -aoa - - name: Install dependencies if: steps.node-modules-cache.outputs.cache-hit != 'true' shell: pwsh