Skip to content

Commit 7cd03e9

Browse files
committed
try not cache spm as it is large
1 parent 23a8d3c commit 7cd03e9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ jobs:
3535
- uses: awalsh128/cache-apt-pkgs-action@latest
3636
with:
3737
packages: librocksdb-dev libzstd-dev libbz2-dev liblz4-dev
38-
- name: Cache SPM
39-
uses: actions/cache@v4
40-
with:
41-
path: '**/.build'
42-
key: ${{ runner.os }}-spm-${{ hashFiles('**/Package.resolved') }}
43-
restore-keys: |
44-
${{ runner.os }}-spm-
38+
# - name: Cache SPM
39+
# uses: actions/cache@v4
40+
# with:
41+
# path: '**/.build'
42+
# key: ${{ runner.os }}-spm-${{ hashFiles('**/Package.resolved') }}
43+
# restore-keys: |
44+
# ${{ runner.os }}-spm-
4545
- name: Cache Cargo
4646
uses: actions/cache@v4
4747
with:

0 commit comments

Comments
 (0)