Skip to content

Commit

Permalink
Try another action to maximize build space
Browse files Browse the repository at this point in the history
  • Loading branch information
doganulus committed Jun 16, 2024
1 parent 7b26abf commit 2655d7c
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions .github/workflows/carlasim-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,22 @@ jobs:
packages: write

steps:
- name: Free disk space (Ubuntu)
uses: jlumbroso/free-disk-space@main
# - name: Free disk space (Ubuntu)
# uses: jlumbroso/free-disk-space@main
# with:
# tool-cache: true

- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
tool-cache: true
remove-dotnet: 'true'
remove-android: 'true'
remove-haskell: 'true'
remove-codeql: 'true'
remove-docker-images: 'true'

- name: Show disk space
run: sudo df -h

- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 2655d7c

Please sign in to comment.