Skip to content

Commit

Permalink
Merge pull request #314 from blxdyx/fix_ci
Browse files Browse the repository at this point in the history
fix goreleaser no space left on device
  • Loading branch information
blxdyx authored Mar 4, 2024
2 parents 9da1246 + 6d75417 commit 4ed61eb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- name: Maximize build space
uses: AdityaGarg8/remove-unwanted-software@v1
with:
remove-dotnet: 'true'
remove-android: 'true'
remove-haskell: 'true'

- name: Checkout
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 4ed61eb

Please sign in to comment.