A | Try use rust-cache
This commit is contained in:
parent
7040cc35b0
commit
35a0e94467
6
.github/workflows/dr_rs.yml
vendored
6
.github/workflows/dr_rs.yml
vendored
@ -34,6 +34,12 @@ jobs:
|
||||
- name: Check out
|
||||
uses: actions/checkout@v3
|
||||
|
||||
# 缓存 Rust 构建
|
||||
- name: Cache rust
|
||||
uses: Swatinem/rust-cache@v2
|
||||
with:
|
||||
workspace: mods/dr_game/Difficult_Rocket_rs
|
||||
|
||||
# 获取短 sha
|
||||
- name: Get short commit sha
|
||||
id: get_short_sha
|
||||
|
Loading…
Reference in New Issue
Block a user