Skip to content

Commit bdbcd4b

Browse files
committed
chore(rpc/docs): add rust caching
1 parent 226b619 commit bdbcd4b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/openrpc-docs.yml

+3
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
with:
3030
toolchain: stable
3131

32+
- name: Rust cache
33+
uses: swatinem/rust-cache@v2
34+
3235
- name: Build RPC Docs
3336
run: cargo run --bin generate-openrpc-spec -- --write-to .
3437

0 commit comments

Comments
 (0)