workflows/cachix: fix run command

This commit is contained in:
LavaDesu 2025-05-31 23:29:36 +10:00
parent 83ac77b864
commit e801f91435
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -21,9 +21,9 @@ jobs:
with:
name: lava
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run:
cd /
cd -
- run: |
cd /
cd -
- run: nix flake check --keep-going --verbose
build: