From 04f66be3b97f60fbb660267b99e2a60d402878bf Mon Sep 17 00:00:00 2001 From: Ronald Langeveld Date: Mon, 14 Oct 2024 05:18:30 +0400 Subject: [PATCH] Fixing CI --- .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 cc8a4f009a..66d78a36e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -175,7 +175,7 @@ jobs: cache: yarn - name: Install dependencies - run: yarn install --cached --immutable + run: yarn install --immutable --check-cache - name: Build packages if: steps.cache_built_packages.outputs.cache-hit != 'true'