tweak reseerved space, use du -hd2

This commit is contained in:
openoms 2024-03-17 08:54:57 +01:00
parent 95bd2f5366
commit 2cdd81d9fc
No known key found for this signature in database
GPG Key ID: 5BFB77609B081B65

View File

@ -99,8 +99,8 @@ jobs:
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 38000
temp-reserve-mb: 38000
root-reserve-mb: 40000
temp-reserve-mb: 40000
remove-dotnet: 'true'
remove-android: 'true'
remove-haskell: 'true'
@ -146,7 +146,7 @@ jobs:
run: |
df -h
echo "# disk usage:"
sudo du -hd1 /mnt/
sudo du -hd2 /mnt/
- name: Run the fatpack build
run: |
@ -171,7 +171,7 @@ jobs:
run: |
df -h
echo "# disk usage:"
sudo du -hd1 /mnt/
sudo du -hd2 /mnt/
- name: Compress image
run: |