- 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:
parent
8f8e0cafb7
commit
9f53232733
|
@ -3,4 +3,5 @@ jobs:
|
|||
build:
|
||||
runs-on: nix
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: nix build -L .runner
|
||||
|
|
Loading…
Reference in a new issue