3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2025-12-15 17:38:59 +00:00

Fix nix develop flake path

This commit is contained in:
marc0246 2025-12-01 12:56:36 +01:00
parent 6640fcbe8c
commit 7b77d05dbc
No known key found for this signature in database
GPG key ID: 7C39D3F6447830F2

View file

@ -25,7 +25,7 @@ jobs:
- uses: ./
with:
workspaces: tests
cmd-format: nix develop tests -c {0}
cmd-format: nix develop ./tests -c {0}
- run: |
nix develop -c cargo check --color always