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: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Cache Creates
uses: actions/cache@v3
with:
path: /root/.cargo/registry
- name: Setup Cargo - name: Setup Cargo
uses: actions-rs/toolchain@v1 uses: actions-rs/toolchain@v1
with: with:
toolchain: stable toolchain: stable
- name: build - name: Create Script
uses: actions-rs/cargo@v1 uses: actions-rs/cargo@v1
with: with:
command: run command: run
- name: Upload Artifact - name: Upload Artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v3
with: with:
name: chn_list.rsc name: chn_list.rsc
path: chn_list.rsc path: chn_list.rsc