File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments