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

Commit

Permalink
build(ci): maximize build space (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
peakji authored Apr 14, 2023
1 parent 1a51f27 commit ba2be95
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,14 @@ jobs:
name: release
runs-on: ubuntu-latest
steps:
- name: Free disk space
uses: jlumbroso/free-disk-space@v1.2.0
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
large-packages: false
remove-dotnet: true
remove-android: true
remove-haskell: true
remove-codeql: true
remove-docker-images: true
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Docker Buildx
Expand Down

0 comments on commit ba2be95

Please sign in to comment.