Skip to content

Commit

Permalink
Tweak the CI to avoid running out of disk space.
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentMazare committed Nov 19, 2024
1 parent 1a0f9cc commit f46c0e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
os: [ubuntu-latest, windows-latest, macOS-latest]
rust: [stable]
steps:
- name: Delete huge unnecessary tools folder
run: rm -rf /opt/hostedtoolcache
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit f46c0e8

Please sign in to comment.