Skip to content

Commit

Permalink
chore(rpc/docs): add rust caching
Browse files Browse the repository at this point in the history
  • Loading branch information
snormore committed Jun 18, 2024
1 parent 226b619 commit bdbcd4b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/openrpc-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
with:
toolchain: stable

- name: Rust cache
uses: swatinem/rust-cache@v2

- name: Build RPC Docs
run: cargo run --bin generate-openrpc-spec -- --write-to .

Expand Down

0 comments on commit bdbcd4b

Please sign in to comment.