From a4d897c42b6cd8385665061061c7bd12adf41503 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Wed, 31 May 2023 12:52:39 -0700 Subject: [PATCH] ci: Remove unused pnpm cache from production install test. Signed-off-by: Anders Kaseorg --- .github/workflows/production-suite.yml | 6 ------ 1 file changed, 6 deletions(-) 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 }}