We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23a8d3c commit 7cd03e9Copy full SHA for 7cd03e9
.github/workflows/ci.yml
@@ -35,13 +35,13 @@ jobs:
35
- uses: awalsh128/cache-apt-pkgs-action@latest
36
with:
37
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-
+ # - name: Cache SPM
+ # uses: actions/cache@v4
+ # with:
+ # path: '**/.build'
+ # key: ${{ runner.os }}-spm-${{ hashFiles('**/Package.resolved') }}
+ # restore-keys: |
+ # ${{ runner.os }}-spm-
45
- name: Cache Cargo
46
uses: actions/cache@v4
47
0 commit comments