mirror of
https://github.com/DeterminateSystems/ci.git
synced 2025-06-12 20:43:51 +02:00
remove step to max build space as it was causing to fail bc space faster
This commit is contained in:
parent
0bc6620f53
commit
e917091b1e
1 changed files with 0 additions and 10 deletions
10
.github/workflows/workflow.yml
vendored
10
.github/workflows/workflow.yml
vendored
|
@ -124,16 +124,6 @@ jobs:
|
||||||
contents: "read"
|
contents: "read"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Maximize build space
|
|
||||||
uses: easimon/maximize-build-space@master
|
|
||||||
if: runner.os == 'Linux'
|
|
||||||
with:
|
|
||||||
root-reserve-mb: 512
|
|
||||||
swap-size-mb: 4096
|
|
||||||
remove-dotnet: 'true'
|
|
||||||
remove-android: 'true'
|
|
||||||
remove-haskell: 'true'
|
|
||||||
remove-docker-images: 'true'
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: DeterminateSystems/nix-installer-action@main
|
- uses: DeterminateSystems/nix-installer-action@main
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue