Compare commits
1 commit
877ae9a3a9
...
5c81fec4d7
Author | SHA1 | Date | |
---|---|---|---|
5c81fec4d7 |
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ on: [push]
|
|||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
image: nixos/nix
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: https://github.com/cachix/install-nix-action@v22
|
||||
- run: nix --version
|
||||
|
|
Reference in a new issue