Skip to content

Commit

Permalink
Tweak the CI to avoid running out of disk space. (#2630)
Browse files Browse the repository at this point in the history
* Tweak the CI to avoid running out of disk space.

* Linux only.
  • Loading branch information
LaurentMazare authored Nov 19, 2024
1 parent 3159f91 commit f86f4d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
os: [ubuntu-latest, windows-latest, macOS-latest]
rust: [stable]
steps:
- name: Delete huge unnecessary tools folder
if: runner.os == 'Linux'
run: rm -rf /opt/hostedtoolcache
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit f86f4d6

Please sign in to comment.