Skip to content

Commit

Permalink
ci: free some space before running
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Nov 27, 2024
1 parent 67f1e83 commit e937247
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,20 @@ jobs:
id-token: write # for publishing the report

steps:
- name: Maximize build space
run: |
df -h
sudo rm -rf /usr/share/dotnet
sudo rm -rf /usr/local/lib/android
sudo rm -rf /opt/ghc
sudo rm -rf /opt/hostedtoolcache/CodeQL
sudo docker image prune --all --force
sudo rm -Rf ${JAVA_HOME_8_X64}
sudo rm -Rf ${JAVA_HOME_11_X64}
sudo rm -Rf ${JAVA_HOME_17_X64}
sudo rm -Rf ${RUBY_PATH}
df -h
- uses: actions/checkout@v4
with:
path: run
Expand Down

0 comments on commit e937247

Please sign in to comment.