Skip to content

Commit

Permalink
fix: free space in workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
Romazes committed Oct 8, 2024
1 parent 8a7a7a9 commit 8a786f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v2

- name: Free space
run: df -h && rm -rf /opt/hostedtoolcache* && df -h
run: df -h && sudo rm -rf /usr/local/lib/android && sudo rm -rf /opt/ghc && rm -rf /opt/hostedtoolcache* && df -h

- name: Checkout Lean Same Branch
id: lean-same-branch
Expand Down

0 comments on commit 8a786f9

Please sign in to comment.