summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yaml
diff options
context:
space:
mode:
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