Compare commits
1 commit
1e65a4898a
...
36af79082d
Author | SHA1 | Date | |
---|---|---|---|
36af79082d |
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: nix
|
||||
runs-on: nix
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: nix --version
|
||||
- uses: actions/checkout@v4
|
||||
- run: nix run github:Mic92/nix-fast-build -- --no-nom
|
||||
|
|
Reference in a new issue