From 40bdd7e1db5f361e45645116191e065856d84935 Mon Sep 17 00:00:00 2001 From: Ronald Langeveld Date: Mon, 14 Oct 2024 05:15:48 +0400 Subject: [PATCH] Revert "Updated cache flags" This reverts commit 36a85fb52f5627c78031e5d521a08c98680d99a0. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 70be8d5c39..cc8a4f009a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -175,7 +175,7 @@ jobs: cache: yarn - name: Install dependencies - run: yarn add --cached --immutable + run: yarn install --cached --immutable - name: Build packages if: steps.cache_built_packages.outputs.cache-hit != 'true'