Skip to content

Commit

Permalink
ci: get moar disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
workflow committed Sep 10, 2023
1 parent f1bd82a commit ca45975
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/nixos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,18 @@ jobs:
run: |
sudo mkdir /nix
- name: "Maximize Disk Space"
run: |
sudo rm -rf $AGENT_TOOLSDIRECTORY
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 /usr/local/lib/heroku
sudo rm -rf /var/lib/docker/overlay2
sudo rm -rf /home/linuxbrew
sudo rm -rf /home/runner/.rustup
- name: "Maximize Disk Space 😈"
uses: easimon/maximize-build-space@v6
with:
Expand All @@ -28,6 +40,8 @@ jobs:
remove-dotnet: "true"
remove-android: "true"
remove-haskell: "true"
remove-codeql: "true"
remove-docker-images: "true"

- uses: actions/checkout@v3

Expand Down Expand Up @@ -79,6 +93,8 @@ jobs:
remove-dotnet: "true"
remove-android: "true"
remove-haskell: "true"
remove-codeql: "true"
remove-docker-images: "true"

- uses: actions/checkout@v3

Expand Down

0 comments on commit ca45975

Please sign in to comment.