From ee9ce5fadc03a499fcf58d1d452457a011109572 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 10 Aug 2024 13:50:30 +0300 Subject: [PATCH] ci: Disable npm cache to see if that's the cause for macos failing to build --- .github/workflows/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index df0c79b0a..cc1b48270 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -37,8 +37,6 @@ jobs: uses: actions/setup-node@v4 with: node-version: 20 - cache: "npm" - - name: Install dependencies run: npm ci - name: Update build info