chore: cache deps
All checks were successful
Create Scripts / Build (push) Successful in 3m46s

This commit is contained in:
椰子 2024-02-22 22:05:16 +08:00
parent cea6584760
commit d03561f333

View File

@ -9,16 +9,20 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Cache Creates
uses: actions/cache@v3
with:
path: /root/.cargo/registry
- name: Setup Cargo
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: build
- name: Create Script
uses: actions-rs/cargo@v1
with:
command: run
- name: Upload Artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: chn_list.rsc
path: chn_list.rsc
path: chn_list.rsc