diff --git a/.github/workflows/production-suite.yml b/.github/workflows/production-suite.yml index 7295047a42..355222a2ba 100644 --- a/.github/workflows/production-suite.yml +++ b/.github/workflows/production-suite.yml @@ -184,12 +184,6 @@ jobs: sudo mkdir -p "${dirs[@]}" sudo chown -R github "${dirs[@]}" - - name: Restore pnpm store - uses: actions/cache@v3 - with: - path: ~/.local/share/pnpm/store - key: v1-pnpm-store-${{ matrix.os }}-${{ hashFiles('/tmp/pnpm-lock.yaml') }} - - name: Install production run: sudo /tmp/production-install ${{ matrix.extra-args }}