Explicitly pass project root path to cargo install
This commit is contained in:
parent
ef644e24e8
commit
0a879e4807
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ jobs:
|
|||
- name: setup toolchain
|
||||
run: rustup component add rustfmt clippy
|
||||
- name: install dependencies
|
||||
run: cargo install
|
||||
run: cargo install --path .
|
||||
- name: formatting
|
||||
run: cargo fmt -- --check
|
||||
- name: lints
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue