mirror of
https://github.com/DeterminateSystems/ci.git
synced 2025-06-13 21:09:15 +02:00
clear space on build before checkout
This commit is contained in:
parent
4d811a5478
commit
97b83c042e
1 changed files with 10 additions and 1 deletions
9
.github/workflows/workflow.yml
vendored
9
.github/workflows/workflow.yml
vendored
|
@ -124,6 +124,15 @@ jobs:
|
|||
contents: "read"
|
||||
|
||||
steps:
|
||||
- name: Maximize build space
|
||||
uses: easimon/maximize-build-space@master
|
||||
with:
|
||||
root-reserve-mb: 512
|
||||
swap-size-mb: 1024
|
||||
remove-dotnet: 'true'
|
||||
remove-android: 'true'
|
||||
remove-haskell: 'true'
|
||||
remove-docker-images: 'true'
|
||||
- uses: actions/checkout@v4
|
||||
- uses: DeterminateSystems/nix-installer-action@main
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue