mirror of
https://github.com/nix-community/nix-doom-emacs
synced 2025-08-09 12:57:26 -05:00
.github: only build x86_64 flake check
This commit is contained in:
4
.github/workflows/check-build.yml
vendored
4
.github/workflows/check-build.yml
vendored
@ -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: |
|
||||||
|
Reference in New Issue
Block a user