mirror of
https://github.com/DeterminateSystems/ci.git
synced 2025-05-22 18:48:54 +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"
|
||||
|
||||
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: DeterminateSystems/nix-installer-action@main
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue