Skip to content

Commit ac27fad

Browse files
authored
CI: Purge runner before more jobs (#77)
#### Problem There was a CI failure for a JS change due to "No space left on device" at https://github.com/solana-program/token-2022/actions/runs/12767682207/job/35586538482?pr=59 #### Summary of changes Purge the runner for the linting steps too.
1 parent 72f7b88 commit ac27fad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ jobs:
7979
clippy: true
8080
rustfmt: true
8181
cli: true
82+
purge: true
8283
cargo-cache-key: cargo-cli-lint
8384
cargo-cache-fallback-key: cargo-cli
8485

@@ -120,6 +121,7 @@ jobs:
120121
with:
121122
clippy: true
122123
rustfmt: true
124+
purge: true
123125
cargo-cache-key: cargo-client-rust-legacy-lint
124126
cargo-cache-fallback-key: cargo-client-rust-legacy
125127

0 commit comments

Comments
 (0)