Skip to content

Commit

Permalink
Merge pull request #38 from zelikos/template
Browse files Browse the repository at this point in the history
[pull] live from zelikos:template
  • Loading branch information
zelikos authored Sep 29, 2023
2 parents 1e480a9 + 4c2d928 commit 934ce8f
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 @@ -45,6 +45,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 934ce8f

Please sign in to comment.