Cache cargo bin for "install"

This commit is contained in:
Gregory Schier
2023-03-12 19:10:39 -07:00
parent 790a3daddd
commit babe9adc3d

View File

@@ -25,6 +25,7 @@ jobs:
path: |
~/.cargo/registry
~/.cargo/git
~/.cargo/bin
target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}