Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
wyzdwdz committed Apr 16, 2024
1 parent 558d963 commit 7a8fbb7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,17 @@ jobs:
- { arch: x86_64, profile: x64 }
- { arch: aarch64, profile: arm64 }
steps:
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 512
swap-size-mb: 1024
remove-dotnet: 'true'
remove-android: 'true'
remove-haskell: 'true'
remove-codeql: 'true'
remove-docker-images: 'true'

- name: checkout
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 7a8fbb7

Please sign in to comment.