From 8860c5be8999ef0bd7aad67459d04b87abc2cbf6 Mon Sep 17 00:00:00 2001 From: Reese Williams Date: Tue, 9 Jan 2024 22:19:29 +0000 Subject: [PATCH] Remove ruby_checkout caching from preview-release --- .github/workflows/preview-release.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/preview-release.yaml b/.github/workflows/preview-release.yaml index 0764837f..0a6802ec 100644 --- a/.github/workflows/preview-release.yaml +++ b/.github/workflows/preview-release.yaml @@ -63,11 +63,6 @@ jobs: override: true profile: minimal target: aarch64-unknown-linux-gnu - - uses: actions/cache@v2 - with: - path: | - librubyfmt/ruby_checkout - key: ${{ runner.os }}-${{matrix.target}}-ruby-v1-${{ hashFiles('.git/modules/librubyfmt/ruby_checkout/HEAD') }} - if: runner.os == 'macOS' run: | brew install automake bison