Skip to content

Commit ca02e0c

Browse files
committed
use rust cache for releases also
1 parent f2bb4c0 commit ca02e0c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ jobs:
5757
uses: dtolnay/rust-toolchain@stable
5858
with:
5959
targets: ${{ matrix.platform.target }}
60+
- name: Rust cache
61+
uses: Swatinem/rust-cache@v2
62+
with:
63+
prefix-key: "v0-rust"
64+
cache-workspace-crates: "true"
6065
- name: Install oas3-gen
6166
run: cargo install oas3-gen@0.21.1
6267
- name: Install build dependencies on Linux

0 commit comments

Comments
 (0)