Up-ing root size.

This commit is contained in:
mike12345567 2023-08-09 11:35:35 +01:00
parent fd677e5a86
commit b5e4fdec8d
1 changed files with 2 additions and 1 deletions

View File

@ -18,9 +18,10 @@ jobs:
- name: Maximize build space - name: Maximize build space
uses: easimon/maximize-build-space@master uses: easimon/maximize-build-space@master
with: with:
root-reserve-mb: 4096 root-reserve-mb: 35000
swap-size-mb: 1024 swap-size-mb: 1024
remove-android: 'true' remove-android: 'true'
remove-dotnet: 'true'
- name: Fail if not a tag - name: Fail if not a tag
run: | run: |
if [[ $GITHUB_REF != refs/tags/* ]]; then if [[ $GITHUB_REF != refs/tags/* ]]; then