mirror of
https://github.com/soywod/himalaya.git
synced 2024-11-22 02:50:19 +00:00
fix nix run args
This commit is contained in:
parent
7fbd97ceba
commit
9b1a090329
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
||||||
include:
|
include:
|
||||||
- target: x86_64-linux
|
- target: x86_64-linux
|
||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
- target: arm64-linux
|
- target: aarch64-linux
|
||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
- target: x86_64-windows
|
- target: x86_64-windows
|
||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
|
@ -33,4 +33,4 @@ jobs:
|
||||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||||
- name: Run app
|
- name: Run app
|
||||||
run: |
|
run: |
|
||||||
nix run -L .#${{ matrix.target }}
|
nix run -L .#${{ matrix.target }} -- --version
|
||||||
|
|
Loading…
Reference in a new issue