Skip to content

Commit 85c9682

Browse files
committed
Fix ci on master (Does not compute)
1 parent 62ea721 commit 85c9682

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,6 @@ jobs:
117117
- uses: actions/checkout@v4
118118
with:
119119
submodules: recursive
120-
- uses: swatinem/rust-cache@v2
121-
with:
122-
key: ${{ join(matrix.targets, '-') }}
123-
cache-provider: ${{ matrix.cache_provider }}
124120
- name: Install cargo-dist
125121
run: ${{ matrix.install_dist }}
126122
# Get the dist-manifest

0 commit comments

Comments
 (0)