This commit is contained in:
parent
14219d1b65
commit
5d9c25e093
|
@ -3,7 +3,10 @@ jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: native
|
runs-on: native
|
||||||
steps:
|
steps:
|
||||||
|
- run: whoami
|
||||||
|
- run: echo $HOME
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- run: |
|
- run: |
|
||||||
nix build --extra-experimental-features 'nix-command flakes' .#checks.x86_64-linux.pixelfed-garage -L
|
nix build .#checks.x86_64-linux.pixelfed-garage -L
|
||||||
|
|
Reference in a new issue