From a74550390059f60dd6bc736951f025d0e1dc4466 Mon Sep 17 00:00:00 2001 From: Suyashtnt Date: Wed, 22 May 2024 10:25:42 +0200 Subject: [PATCH] fix: free more disk space on github actions worker --- .github/workflows/cd.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index 75cb00b..90382ee 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -6,6 +6,15 @@ jobs: tests: runs-on: ubuntu-latest 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: cachix/install-nix-action@v25 with: