summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yaml
diff options
context:
space:
mode:
authorseth <[email protected]>2023-11-13 01:08:11 -0500
committerseth <[email protected]>2023-11-13 01:08:11 -0500
commit4ac71d35244b66020715cd216fc17cfa1287d0d4 (patch)
treeae810b70f148a7f4bca4cdb92a420771cda9da38 /.github/workflows/ci.yaml
parent5c73356bb3014293f36af56c0c78751f5b33ab74 (diff)
ci: fixup nix args
Diffstat (limited to '.github/workflows/ci.yaml')
-rw-r--r--.github/workflows/ci.yaml8
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