This commit is contained in:
parent
14219d1b65
commit
5d9c25e093
|
@ -3,7 +3,10 @@ jobs:
|
|||
test:
|
||||
runs-on: native
|
||||
steps:
|
||||
- run: whoami
|
||||
- run: echo $HOME
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- 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