From f169ea99439f671e11c2b7542cf56390f37b2817 Mon Sep 17 00:00:00 2001 From: Hraban Luyat Date: Sun, 14 Jul 2024 22:21:46 -0400 Subject: [PATCH] debugging CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0cfd22d..83f71ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: run: "nix build --print-build-logs" # This will need to recompile SBCL - name: "Flake: build with purged Nix references" - run: "nix build --print-build-logs .#norefs" + run: "nix build --print-build-logs ." #NOMERGE - name: "Upload stand-alone binary" uses: actions/upload-artifact@v4 with: