We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2bb4c0 commit ca02e0cCopy full SHA for ca02e0c
1 file changed
.github/workflows/release.yaml
@@ -57,6 +57,11 @@ jobs:
57
uses: dtolnay/rust-toolchain@stable
58
with:
59
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"
65
- name: Install oas3-gen
66
run: cargo install oas3-gen@0.21.1
67
- name: Install build dependencies on Linux
0 commit comments