Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #11 from ublue-os/build-space
Browse files Browse the repository at this point in the history
chore(ci): Maximize build space
  • Loading branch information
KyleGospo authored Sep 29, 2023
2 parents 270c86b + e448416 commit 6d45f2b
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 @@ -46,6 +46,13 @@ jobs:
- base_image_name: onyx
major_version: 38
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@v3
Expand Down

0 comments on commit 6d45f2b

Please sign in to comment.