Add cache

This commit is contained in:
Joel Wachsler 2022-07-11 02:01:10 +02:00
parent 5a61f80b4e
commit b5df2944b5

View File

@ -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