mirror of
https://github.com/TeamPiped/sponsorblock-mirror.git
synced 2024-12-12 21:30:36 +05:30
Use action to cache cargo packages.
This commit is contained in:
parent
8f4ab70581
commit
587f0377cb
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user