.github: only build x86_64 flake check

This commit is contained in:
ckie
2022-06-09 14:34:41 +03:00
parent edbe868dd5
commit 9a7a5562d6

View File

@ -7,7 +7,7 @@ on:
- develop - develop
jobs: jobs:
check: check:
name: Flake Check name: Flake Check (x86_64 only)
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
@ -35,7 +35,7 @@ jobs:
rm nix-store.dump rm nix-store.dump
fi fi
- run: | - run: |
nix flake check -L nix build .#checks.x86-64-linux.init-example-el
- name: Export /nix/store contents - name: Export /nix/store contents
if: ${{ !steps.cache-nix-store.outputs.cache-hit }} if: ${{ !steps.cache-nix-store.outputs.cache-hit }}
run: | run: |