parent
64d72d811c
commit
3e6b507e6a
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -10,6 +10,10 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: nix
|
runs-on: nix
|
||||||
steps:
|
steps:
|
||||||
|
- name: Debug
|
||||||
|
run: |
|
||||||
|
ls -lah /etc/nix/
|
||||||
|
nix --version
|
||||||
- name: Initialize CI
|
- name: Initialize CI
|
||||||
uses: https://git.qo.is/qo.is/actions-nix-init@main
|
uses: https://git.qo.is/qo.is/actions-nix-init@main
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue