fix(ci): Specify runner
All checks were successful
CI / check (push) Successful in 1m31s
CI / build (push) Successful in 2m36s

This commit is contained in:
Daniel Kempkens 2023-09-14 23:21:34 +02:00
parent e45c89fdec
commit b7f8234960
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -4,10 +4,19 @@ on: [push]
jobs:
check:
runs-on: ubuntu-latest-amd64
uses: daniel/reusable-workflows/.github/workflows/nix-flake-check.yaml@main
with:
runner: ubuntu-latest-amd64
secrets: inherit
build:
runs-on: ubuntu-latest-amd64
needs: check
uses: daniel/reusable-workflows/.github/workflows/nix-flake-build.yaml@main
with:
runner: ubuntu-latest-amd64
secrets: inherit