feat: Add checkout step to nix workflow
Some checks failed
/ build (push) Failing after 13s

- This update adds a new step into the nix workflow for code checkout using `actions/checkout@v3`.
- This is important to ensure the latest code is used for the `nix build` execution step.
This commit is contained in:
Harald Hoyer 2024-06-27 14:03:31 +02:00
parent 8f8e0cafb7
commit 9f53232733

View file

@ -3,4 +3,5 @@ jobs:
build:
runs-on: nix
steps:
- uses: actions/checkout@v3
- run: nix build -L .runner