Compare commits
1 commit
6a2f25857f
...
57a5e3cb76
Author | SHA1 | Date | |
---|---|---|---|
57a5e3cb76 |
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
# runs-on: self-hosted
|
||||
runs-on: lxc
|
||||
steps:
|
||||
- run: nix flake show
|
||||
- run: echo ciao
|
||||
- run: nix --version
|
||||
|
|
Reference in a new issue