Skip to content

Commit

Permalink
Always run "Free Disk Space" on all platforms (#734)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeage authored Jul 6, 2024
1 parent 09c7015 commit f46d55e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,7 @@ jobs:
- name: Set masking
run: echo "::add-mask::DoNotStealThis1"
- name: Free extra space
# This takes several minutes, so we only do it where required. As of 12/10/2023, this increases free space from 18GB to 41GB
if: matrix.targetPlatform == 'Android' || matrix.targetPlatform == 'StandaloneWindows64' || matrix.targetPlatform == 'StandaloneLinux64'
# As of 06/07/2024, this increases free space from 21GB to 38GB
run: |
echo "Initial free space"
df -h /
Expand Down

0 comments on commit f46d55e

Please sign in to comment.