mirror of
https://github.com/nicoburns/blessed-rs
synced 2024-11-10 06:14:15 +00:00
Update rust-cache action
This commit is contained in:
parent
664d99322f
commit
f6bfc3ab1c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/github-actions.yml
vendored
2
.github/workflows/github-actions.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
with:
|
||||
toolchain: stable
|
||||
- name: Restore rust compilation cache
|
||||
uses: Swatinem/rust-cache@v1
|
||||
uses: Swatinem/rust-cache@v2
|
||||
- name: Compile release build
|
||||
run: cargo build --release --all-features
|
||||
- name: Upload binary as artifact
|
||||
|
|
Loading…
Reference in a new issue