Skip to content

Commit

Permalink
Free up space in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Feb 8, 2024
1 parent 7cc866a commit a029907
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,14 @@ jobs:
cargo install cargo-unmaintained || true
cargo install group-runner || true
- name: Free up space
run: |
# https://github.com/actions/runner-images/issues/2606#issuecomment-772683150
sudo rm -rf /usr/local/lib/android
sudo rm -rf /usr/share/dotnet
sudo rm -rf /usr/share/swift
# du -sh /usr/*/* 2>/dev/null | sort -h || true
- name: Setup
run: |
SERDE_FORMAT='--features=test-fuzz/serde_${{ matrix.serde_format }}'
Expand Down

0 comments on commit a029907

Please sign in to comment.