workflows/cachix: fix run command
This commit is contained in:
parent
83ac77b864
commit
e801f91435
1 changed files with 3 additions and 3 deletions
6
.github/workflows/cachix.yml
vendored
6
.github/workflows/cachix.yml
vendored
|
|
@ -21,9 +21,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: lava
|
name: lava
|
||||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||||
- run:
|
- run: |
|
||||||
cd /
|
cd /
|
||||||
cd -
|
cd -
|
||||||
- run: nix flake check --keep-going --verbose
|
- run: nix flake check --keep-going --verbose
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue