mirror of
https://github.com/huggingface/candle.git
synced 2025-06-15 18:28:24 +00:00
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:
3
.github/workflows/rust-ci.yml
vendored
3
.github/workflows/rust-ci.yml
vendored
@ -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:
|
||||
|
Reference in New Issue
Block a user