mirror of
https://github.com/TeamPiped/sponsorblock-mirror.git
synced 2024-12-13 05:40: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
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
- uses: Swatinem/rust-cache@v2
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build --release
|
run: cargo build --release
|
||||||
|
Loading…
Reference in New Issue
Block a user