We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e08309 commit b3cdc07Copy full SHA for b3cdc07
1 file changed
.github/workflows/pages.yml
@@ -34,6 +34,9 @@ jobs:
34
libxdo-dev \
35
pkg-config
36
37
+ - name: Cache cargo
38
+ uses: Swatinem/rust-cache@v2
39
+
40
- name: Build Rust docs
41
run: cargo doc --workspace --no-deps
42
0 commit comments