From 0d676ca9ca9df7f2d4d5fb0de511fed3a4b67fdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Sat, 30 Mar 2024 00:58:11 +0000 Subject: [PATCH] free up space on ci --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 58b41053..4c6935a4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,6 +15,7 @@ jobs: with: name: pre-commit-hooks signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}' + - run: rm -rf /opt& - run: nix-build --keep-going tests-flakes: strategy: @@ -28,5 +29,6 @@ jobs: with: name: pre-commit-hooks signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}' + - run: rm -rf /opt& - run: nix flake check --show-trace - run: nix eval .#lib.x86_64-linux.run --show-trace