Use action to cache cargo packages.

This commit is contained in:
Kavin 2022-10-23 21:19:27 +01:00
parent 8f4ab70581
commit 587f0377cb
No known key found for this signature in database
GPG Key ID: 49451E4482CC5BCD
1 changed files with 1 additions and 0 deletions

View File

@ -15,5 +15,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
- name: Build
run: cargo build --release