Skip to content

Commit

Permalink
Maximize build space
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Jul 21, 2023
1 parent 6f90f8a commit b0cfb99
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,21 @@ jobs:
- 5000:5000

steps:
- name: Stop docker
run: sudo systemctl stop docker
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
swap-size-mb: 1
build-mount-path: /var/lib/docker
remove-dotnet: 'true'
remove-android: 'true'
remove-haskell: 'true'
remove-codeql: 'true'
remove-docker-images: 'true'
- name: Start docker
run: sudo systemctl start docker

- uses: actions/checkout@v3

# QEMU is used for non-x86_64 builds
Expand Down

0 comments on commit b0cfb99

Please sign in to comment.