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
|
- name: setup toolchain
|
||||||
run: rustup component add rustfmt clippy
|
run: rustup component add rustfmt clippy
|
||||||
- name: install dependencies
|
- name: install dependencies
|
||||||
run: cargo install
|
run: cargo install --path .
|
||||||
- name: formatting
|
- name: formatting
|
||||||
run: cargo fmt -- --check
|
run: cargo fmt -- --check
|
||||||
- name: lints
|
- name: lints
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue