This commit is contained in:
parent
af9adc909c
commit
36af79082d
1 changed files with 3 additions and 3 deletions
|
@ -3,5 +3,5 @@ jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: nix
|
runs-on: nix
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- run: nix --version
|
- run: nix run github:Mic92/nix-fast-build -- --no-nom
|
||||||
|
|
Reference in a new issue