From 7c4425be2c902cfbf58d05645814eb6e46d187d1 Mon Sep 17 00:00:00 2001 From: oddvernes Date: Tue, 3 Oct 2023 10:36:37 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=F0=9F=91=B7=20try=20adding=20--for?= =?UTF-8?q?ce=20to=20dep=20install?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/_setup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_setup.yml b/.github/workflows/_setup.yml index c0c3a2e6ae..4ff5564e16 100644 --- a/.github/workflows/_setup.yml +++ b/.github/workflows/_setup.yml @@ -85,7 +85,7 @@ jobs: - name: Install dependencies recursively id: install-dependencies # if: steps.cache-pnpm-store.outputs.cache-hit != 'true' - run: node_modules/.bin/pnpm m i + run: node_modules/.bin/pnpm m i --force - id: cache-files name: Cache files uses: actions/cache@v3