fix nix run args

This commit is contained in:
Clément DOUIN
2024-04-18 22:29:10 +02:00
parent 7fbd97ceba
commit 9b1a090329
+2 -2
View File
@@ -12,7 +12,7 @@ jobs:
include:
- target: x86_64-linux
os: ubuntu-latest
- target: arm64-linux
- target: aarch64-linux
os: ubuntu-latest
- target: x86_64-windows
os: ubuntu-latest
@@ -33,4 +33,4 @@ jobs:
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- name: Run app
run: |
nix run -L .#${{ matrix.target }}
nix run -L .#${{ matrix.target }} -- --version