Skip to content

Commit 21cabf0

Browse files
committed
chore(ci): add rust cache to check-docs-patched
1 parent 5c61a20 commit 21cabf0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/check-docs-patched.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
run: rustup install nightly && rustup default nightly && rustup component add rust-analyzer
3131
- name: Install dependencies
3232
run: sudo apt update && sudo apt install openssl libssl-dev
33+
- name: Rust cache
34+
uses: Swatinem/rust-cache@v2
3335
- name: Build nexus
3436
run: cargo build -p nexus
3537
- name: Check if documentation is patched

0 commit comments

Comments
 (0)