Fix cargo-bin cache in deploy.yml

This commit is contained in:
Tyler Hallada 2023-10-20 00:18:03 -04:00
parent 3cb33a5d34
commit d6946573a4

View File

@ -19,6 +19,7 @@ jobs:
uses: actions/cache@v3
with:
path: ~/.cargo/bin
key: ${{ runner.os }}-cargo-bin
- uses: extractions/setup-just@v1