Skip to content

Commit

Permalink
Fix CI disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
dima74 committed Aug 21, 2024
1 parent 3d938e2 commit 135f8d4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Frees disk space
run: |
sudo rm -rf /usr/local/.ghcup
sudo rm -rf /usr/share/dotnet
sudo rm -rf /usr/local/lib/android
sudo rm -rf /opt/hostedtoolcache/CodeQL
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- name: Set up cargo cache
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 135f8d4

Please sign in to comment.