ci: cache dependencies.
Some checks failed
Gitea Actions Demo / build (push) Successful in 20m49s
Gitea Actions Demo / docker (push) Failing after 2s

This commit is contained in:
Ivan Li 2023-05-21 17:08:19 +08:00
parent 585b4420b0
commit a1e3c18d13

View File

@ -30,7 +30,7 @@ jobs:
~/.cargo/registry/cache/
~/.cargo/git/db/
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
key: ${{ runner.os }}-cargo
- name: Cache Executable Binary
uses: https://github.com/actions/cache@v3