From 4ac71d35244b66020715cd216fc17cfa1287d0d4 Mon Sep 17 00:00:00 2001 From: seth Date: Mon, 13 Nov 2023 01:08:11 -0500 Subject: ci: fixup nix args --- .github/workflows/ci.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8230bf0..6138cbe 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -45,11 +45,7 @@ jobs: - name: run build if: matrix.arch != 'aarch64' - run: nix build --accept-flake-config -Lv - - - name: run build (aarch64) - if: matrix.arch == 'aarch64' - run: nix build --accept-flake-config -Lv .#packages.aarch64-linux.default + run: nix build -Lv .#packages.${{ matrix.arch }}-linux.default check: runs-on: ubuntu-latest @@ -64,4 +60,4 @@ jobs: uses: DeterminateSystems/magic-nix-cache-action@v2 - name: run check - run: nix flake check --accept-flake-config -Lv --show-trace + run: nix flake check --show-trace -- cgit v1.2.3