Skip to content

Commit

Permalink
chore(ci): Maximize build space (blue-build#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo authored and Benedikt Flöser committed Nov 2, 2023
1 parent 200e21c commit 8e04fb1
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 @@ -44,6 +44,13 @@ jobs:
# !!!

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 8e04fb1

Please sign in to comment.