Skip to content

Commit

Permalink
optimize space
Browse files Browse the repository at this point in the history
  • Loading branch information
lrlunin committed Jul 14, 2023
1 parent 54159cd commit 75b2ff9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,13 @@ jobs:
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 512
root-reserve-mb: 38000
swap-size-mb: 1024
remove-dotnet: 'true'
remove-android: 'true'
remove-haskell: 'true'
remove-codeql: 'true'
remove-docker-images: 'true'
- name: free-space-init
run: |
echo "Free space:"
Expand Down

0 comments on commit 75b2ff9

Please sign in to comment.