Skip to content

Commit 9c8f2a5

Browse files
committed
ci(pm): make bench cargo cache best effort
1 parent 2a1aa58 commit 9c8f2a5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/pm-e2e-bench.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ jobs:
133133
targets: x86_64-unknown-linux-gnu
134134
- name: Cache cargo
135135
uses: Swatinem/rust-cache@v2
136+
continue-on-error: true
136137
with:
137138
shared-key: pm-build-linux
138139
cache-bin: false
@@ -200,6 +201,7 @@ jobs:
200201
targets: aarch64-apple-darwin
201202
- name: Cache cargo
202203
uses: Swatinem/rust-cache@v2
204+
continue-on-error: true
203205
with:
204206
shared-key: pm-build-mac-arm64
205207
cache-bin: false
@@ -232,6 +234,7 @@ jobs:
232234
run: rustup target add x86_64-apple-darwin
233235
- name: Cache cargo
234236
uses: Swatinem/rust-cache@v2
237+
continue-on-error: true
235238
with:
236239
shared-key: pm-build-mac-x64
237240
cache-bin: false
@@ -269,6 +272,7 @@ jobs:
269272
targets: x86_64-pc-windows-msvc
270273
- name: Cache cargo
271274
uses: Swatinem/rust-cache@v2
275+
continue-on-error: true
272276
with:
273277
shared-key: pm-build-windows
274278
cache-bin: false

0 commit comments

Comments
 (0)