Skip to content

Commit

Permalink
Update premerge.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TrevorBenson authored Oct 23, 2023
1 parent 3872a8c commit 76d80f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/premerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ jobs:
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 512
root-reserve-mb: 30720
swap-size-mb: 1024
remove-dotnet: 'true'
remove-android: 'true'
remove-haskell: ' true'
remove-codeql: 'true'
- name: Provide additional free space
run: |
# Workaround to provide additional free space for builds, even Maximize build space not enough.
# Workaround to provide additional free space for builds
# https://github.com/actions/virtual-environments/issues/2840
sudo rm -rf /usr/share/dotnet /usr/local/lib/android /opt/ghc /usr/local/share/boost "$AGENT_TOOLSDIRECTORY"
df -h
Expand Down

0 comments on commit 76d80f5

Please sign in to comment.