Skip to content

Commit

Permalink
CI: Purge runner during clippy step for publish (#7437)
Browse files Browse the repository at this point in the history
#### Problem

The clippy step is running out space during the publish workflow.

#### Summary of changes

Same as #7432, but for the publish workflow.
  • Loading branch information
joncinque authored Nov 1, 2024
1 parent e1a7d56 commit f2c64ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Remove unneeded packages for more space
run: bash ./ci/warning/purge-ubuntu-runner.sh

- name: Set env vars
run: |
source ci/rust-version.sh
Expand Down

0 comments on commit f2c64ec

Please sign in to comment.