From b4bc37c990e83ce54ab03a50f974b0f3f7e563dc Mon Sep 17 00:00:00 2001 From: PgBiel <9021226+PgBiel@users.noreply.github.com> Date: Thu, 25 Apr 2024 00:04:05 -0300 Subject: [PATCH] ci: remove realpath not supported by x86-64 macos --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e63246903..ee97f3615 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -399,10 +399,10 @@ jobs: git add . # Check flake - nix flake check --override-input glistix "$(realpath ../..)" + nix flake check --override-input glistix ../.. # Test build - nix build -L --override-input glistix "$(realpath ../..)" . + nix build -L --override-input glistix ../.. . # Ensure build artifacts at 'result' ls -ltah result