ci: cache dependencies.
This commit is contained in:
parent
56f7cb788e
commit
e2c3d18d63
@ -21,6 +21,12 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build --release
|
run: cargo build --release
|
||||||
|
|
||||||
|
- name: Cache Dependencies
|
||||||
|
uses: https://github.com/actions/cache@v3
|
||||||
|
with:
|
||||||
|
path: ./target
|
||||||
|
key: ${{ runner.os }}-release-${{ hashFiles('**/Cargo.lock') }}
|
||||||
|
|
||||||
- name: Cache Executable Binary
|
- name: Cache Executable Binary
|
||||||
uses: https://github.com/actions/cache@v3
|
uses: https://github.com/actions/cache@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user