From f2c64ec2f38774820af82d7c02e933bbed0df99c Mon Sep 17 00:00:00 2001 From: Jon C Date: Fri, 1 Nov 2024 01:59:56 +0100 Subject: [PATCH] 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. --- .github/workflows/publish-rust.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish-rust.yml b/.github/workflows/publish-rust.yml index ead8767e9bd..923960e74aa 100644 --- a/.github/workflows/publish-rust.yml +++ b/.github/workflows/publish-rust.yml @@ -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