Compare commits
1 commit
3e6b507e6a
...
0f85617ba1
Author | SHA1 | Date | |
---|---|---|---|
0f85617ba1 |
1 changed files with 6 additions and 0 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -10,6 +10,12 @@ jobs:
|
|||
build:
|
||||
runs-on: nix
|
||||
steps:
|
||||
- name: Debug
|
||||
run: |
|
||||
ls -lah /etc/nix/
|
||||
echo next
|
||||
ls -lah ~/.config/nix/
|
||||
nix --version
|
||||
- name: Initialize CI
|
||||
uses: https://git.qo.is/qo.is/actions-nix-init@main
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue