Skip to content

Commit

Permalink
Update refresh_container_daily.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK authored Jul 15, 2023
1 parent f4412fc commit f1b934d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/refresh_container_daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,15 @@ jobs:
else
echo "template=${{ matrix.config.template }}-" >> $GITHUB_OUTPUT
fi
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 40960
temp-reserve-mb: 4096
remove-dotnet: 'true'
remove-android: 'true'
remove-haskell: 'true'
remove-codeql: 'true'
- name: Checkout
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit f1b934d

Please sign in to comment.