We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c61a20 commit 21cabf0Copy full SHA for 21cabf0
.github/workflows/check-docs-patched.yml
@@ -30,6 +30,8 @@ jobs:
30
run: rustup install nightly && rustup default nightly && rustup component add rust-analyzer
31
- name: Install dependencies
32
run: sudo apt update && sudo apt install openssl libssl-dev
33
+ - name: Rust cache
34
+ uses: Swatinem/rust-cache@v2
35
- name: Build nexus
36
run: cargo build -p nexus
37
- name: Check if documentation is patched
0 commit comments