forgot to save the install command

This commit is contained in:
sneakers-the-rat 2023-06-05 18:02:31 -07:00
parent 03a71423b5
commit 7669f440dc

View file

@ -25,7 +25,7 @@ jobs:
with:
cache-all-crates: "true"
cache-targets: "false"
- run: cargo install --locked
- run: cargo install --locked --path .
# - name: Install latest mdbook
# run: |