Explicitly pass project root path to cargo install

This commit is contained in:
Juno Takano 2025-12-13 18:44:59 -03:00
commit 0a879e4807

View file

@ -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