From 2b8b6427784a43aa2a6b9a3a6a3fcfed67835482 Mon Sep 17 00:00:00 2001 From: Silas Brack Date: Sun, 8 Mar 2026 11:04:40 +0100 Subject: [PATCH] Remove quote --- .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 95215b5..18044bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,6 @@ jobs: - uses: DeterminateSystems/nix-installer-action@main # - uses: DeterminateSystems/magic-nix-cache-action@main - - run: nix --print-build-logs build .#packages.$SYSTEM.default" + - run: nix --print-build-logs build .#packages.$SYSTEM.default env: SYSTEM: ${{ matrix.system }}