Skip to content

Commit

Permalink
chore(ci): Maximize build space (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo authored Sep 29, 2023
1 parent 99c54c0 commit 27ef388
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,13 @@ jobs:
- image_name: vauxite
major_version: 39
steps:
- name: Maximize build space
uses: AdityaGarg8/remove-unwanted-software@v1
with:
remove-dotnet: 'true'
remove-android: 'true'
remove-haskell: 'true'

# Checkout push-to-registry action GitHub repository
- name: Checkout Push to Registry action
uses: actions/checkout@v4
Expand Down

0 comments on commit 27ef388

Please sign in to comment.