From 2b8447296ff25f18fcc5853059d1e3d1fca33bfd Mon Sep 17 00:00:00 2001 From: Bruno Barbieri Date: Wed, 28 Aug 2024 18:46:24 -0400 Subject: [PATCH] disable cache download --- .github/workflows/macstadium-builds.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/macstadium-builds.yml b/.github/workflows/macstadium-builds.yml index f3434c31f75..8f12f8f3e05 100644 --- a/.github/workflows/macstadium-builds.yml +++ b/.github/workflows/macstadium-builds.yml @@ -44,12 +44,6 @@ jobs: restore-keys: | ${{ runner.os }}-yarn- - - name: Download Yarn cache - uses: actions/download-artifact@v3 - with: - name: yarn-cache - path: .yarn - - name: Install dependencies run: | yarn install && yarn setup