Skip to content

Commit

Permalink
Update demo.yml (fix disk space issue)
Browse files Browse the repository at this point in the history
Add Maximize build space action
  • Loading branch information
PhilippvK committed Jul 5, 2024
1 parent 9fd39d1 commit ea3a198
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,15 @@ jobs:
matrix:
python-version: ["3.10"]
steps:
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 8192
temp-reserve-mb: 8192
remove-dotnet: 'true'
remove-android: 'true'
remove-haskell: 'true'
remove-codeql: 'true'
- uses: actions/checkout@v3
with:
submodules: recursive
Expand Down

0 comments on commit ea3a198

Please sign in to comment.