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

Commit 356ef02

Browse files
authored
CI: Purge ubuntu runner for clippy step (#7432)
#### Problem It looks like the clippy CI step is running out of space on the build machine. #### Summary of changes Use the purge script for the clippy step.
1 parent 402ca27 commit 356ef02

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pull-request.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ jobs:
4747
steps:
4848
- uses: actions/checkout@v4
4949

50+
- name: Remove unneeded packages for more space
51+
run: bash ./ci/warning/purge-ubuntu-runner.sh
52+
5053
- name: Set env vars
5154
run: |
5255
source ci/rust-version.sh

0 commit comments

Comments
 (0)