Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit f2c64ec

Browse files
authored
CI: Purge runner during clippy step for publish (#7437)
#### Problem The clippy step is running out space during the publish workflow. #### Summary of changes Same as #7432, but for the publish workflow.
1 parent e1a7d56 commit f2c64ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish-rust.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ jobs:
6060
steps:
6161
- uses: actions/checkout@v4
6262

63+
- name: Remove unneeded packages for more space
64+
run: bash ./ci/warning/purge-ubuntu-runner.sh
65+
6366
- name: Set env vars
6467
run: |
6568
source ci/rust-version.sh

0 commit comments

Comments
 (0)