Add dry-build action
Some checks failed
Dry build / build-amd64-linux (push) Failing after 13s

This commit is contained in:
Jordan Holt 2024-05-06 16:24:05 +01:00
parent 7f82ee9300
commit cebbd64bc1
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520

View File

@ -0,0 +1,15 @@
name: Dry build
on:
push:
branches: ['master']
jobs:
build-amd64-linux:
runs-on: nix
steps:
- uses: actions/checkout@v4
with:
ref: master
- name: Dry build flake
run: |
echo "Dry building ${{ gitea.ref }}"
nixos-rebuild dry-build --flake .