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