Add cache
This commit is contained in:
parent
5a61f80b4e
commit
b5df2944b5
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -8,6 +8,10 @@ jobs:
|
|||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/cache@v2
|
||||
with:
|
||||
path: ~/.cargo/registry
|
||||
key: ${{ runner.os }}-cargo-registry-${{ hashFiles('Cargo.lock') }}
|
||||
|
||||
- name: Install latest stable
|
||||
uses: actions-rs/toolchain@v1
|
||||
|
|
Loading…
Reference in New Issue
Block a user