From 7cd03e91462ae75f429b8836ebb02b332ea6ca50 Mon Sep 17 00:00:00 2001 From: Bryan Chen Date: Wed, 30 Oct 2024 13:48:02 +1300 Subject: [PATCH] try not cache spm as it is large --- .github/workflows/ci.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e5e8e807..396ad04c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,13 +35,13 @@ jobs: - uses: awalsh128/cache-apt-pkgs-action@latest with: packages: librocksdb-dev libzstd-dev libbz2-dev liblz4-dev - - name: Cache SPM - uses: actions/cache@v4 - with: - path: '**/.build' - key: ${{ runner.os }}-spm-${{ hashFiles('**/Package.resolved') }} - restore-keys: | - ${{ runner.os }}-spm- + # - name: Cache SPM + # uses: actions/cache@v4 + # with: + # path: '**/.build' + # key: ${{ runner.os }}-spm-${{ hashFiles('**/Package.resolved') }} + # restore-keys: | + # ${{ runner.os }}-spm- - name: Cache Cargo uses: actions/cache@v4 with: