Tweak the CI to avoid running out of disk space. (#2630)

* Tweak the CI to avoid running out of disk space.

* Linux only.
This commit is contained in:
Laurent Mazare
2024-11-19 04:32:36 +01:00
committed by GitHub
parent 3159f91b90
commit f86f4d6224

View File

@ -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: