ci(linux): increase root reserve for AppImage build (#2130)

This commit is contained in:
ReenigneArcher 2024-02-11 09:01:14 -05:00 committed by GitHub
parent 65493d09e8
commit a420760d36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -286,7 +286,7 @@ jobs:
- name: Maximize build space
uses: easimon/maximize-build-space@v8
with:
root-reserve-mb: 20480
root-reserve-mb: 30720
remove-dotnet: 'true'
remove-android: 'true'
remove-haskell: 'true'