Skip to content

Commit

Permalink
Try maximize build space instead
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanabx committed Feb 8, 2024
1 parent 8644150 commit 362f9bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,13 @@ jobs:

steps:
- name: Maximize build space
uses: AdityaGarg8/remove-unwanted-software@v1
uses: easimon/maximize-build-space@v10
with:
remove-dotnet: 'true'
remove-android: 'true'
remove-haskell: 'true'
remove-codeql: 'true'
remove-docker-images: 'true'

# Checkout push-to-registry action GitHub repository
- name: Checkout Push to Registry action
Expand Down

0 comments on commit 362f9bb

Please sign in to comment.