Check flake instead of dry building
Some checks failed
Check flake / build-amd64-linux (push) Failing after 13s
Some checks failed
Check flake / build-amd64-linux (push) Failing after 13s
This commit is contained in:
parent
2dfb394d31
commit
19b1b463f7
@ -1,4 +1,4 @@
|
||||
name: Dry build
|
||||
name: Check flake
|
||||
on:
|
||||
push:
|
||||
branches: ['master']
|
||||
@ -9,7 +9,7 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
ref: master
|
||||
- name: Dry build flake
|
||||
- name: Check flake
|
||||
run: |
|
||||
echo "Dry building ${{ gitea.ref }}"
|
||||
nixos-rebuild dry-build --flake .
|
||||
echo "Checking flake at ${{ gitea.ref }}"
|
||||
nix flake check
|
Loading…
x
Reference in New Issue
Block a user