From 4de9960a62b84247271ad380f26ee71e7708b0cb Mon Sep 17 00:00:00 2001 From: Tyler Mayoff Date: Fri, 4 Jul 2025 02:13:26 +0000 Subject: [PATCH] switched back to GHA --- .github/workflows/main.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fae934a..705b2c2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -34,13 +34,11 @@ jobs: sudo docker builder prune -a df -h du -h -d2 / 2>/dev/null | sort -hr | head -n 20 || true + - uses: actions/checkout@v4 - name: install nix - shell: bash - run: | - curl -sSf -L https://install.lix.systems/lix | sh -s -- install linux --no-confirm --init none - . /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh + uses: canidae-solutions/lix-quick-install-action@v3 - uses: cachix/cachix-action@v16 with: