diff options
| author | seth <[email protected]> | 2023-11-13 01:08:11 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-11-13 01:08:11 -0500 |
| commit | 4ac71d35244b66020715cd216fc17cfa1287d0d4 (patch) | |
| tree | ae810b70f148a7f4bca4cdb92a420771cda9da38 /.github/workflows | |
| parent | 5c73356bb3014293f36af56c0c78751f5b33ab74 (diff) | |
ci: fixup nix args
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yaml | 8 |
1 files 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 |
