Skip to content

Commit

Permalink
build: maximize build space
Browse files Browse the repository at this point in the history
  • Loading branch information
LEXUGE committed Nov 2, 2023
1 parent 1d1b078 commit 64dbd35
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/buildiso.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,19 @@ jobs:

runs-on: ubuntu-latest
steps:
- run: df -h
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 512
swap-size-mb: 1024
tmp-reserve-mb: 4096
remove-dotnet: 'true'
remove-android: 'true'
remove-haskell: 'true'
remove-codeql: 'true'
remove-docker-images: 'true'
- run: df -h
- name: Get current time
uses: 1466587594/get-current-time@v2
id: current_time
Expand Down

0 comments on commit 64dbd35

Please sign in to comment.