Skip to content

Commit

Permalink
Trying to free the disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsimb committed Feb 8, 2024
1 parent 0b127fa commit e15a6a2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,20 @@ jobs:
steps:
- name: SCM Checkout
uses: actions/checkout@v3
- name: Free disk space
uses: jlumbroso/free-disk-space@main
with:
tool-cache: true
large-packages: false

- name: Free disk space by removing large directories
run: |
sudo rm -rf /usr/local/graalvm/
sudo rm -rf /usr/local/.ghcup/
sudo rm -rf /usr/local/share/powershell
sudo rm -rf /usr/local/share/chromium
sudo rm -rf /usr/local/lib/node_modules
sudo rm -rf /opt/ghc
- name: Setup Python & Poetry Environment
uses: exasol/python-toolbox/.github/actions/[email protected]
with:
Expand Down

0 comments on commit e15a6a2

Please sign in to comment.