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