Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Commit

Permalink
Merge pull request #23 from ublue-os/template
Browse files Browse the repository at this point in the history
chore(ci): Maximize build space (blue-build#165)
  • Loading branch information
tulilirockz authored Sep 29, 2023
2 parents f4a3ae2 + 4c2d928 commit 6ceef07
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 @@ -40,6 +40,13 @@ jobs:
- recipe-dx.yml

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 6ceef07

Please sign in to comment.