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:
parent
6640fcbe8c
commit
7b77d05dbc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/nix.yml
vendored
2
.github/workflows/nix.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue