ci: use cache for xtask

This commit is contained in:
LoricAndre 2024-12-01 12:55:11 +01:00
parent c22515ef39
commit a4ffca712b

View file

@ -34,6 +34,8 @@ jobs:
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Cache
uses: Swatinem/rust-cache@v2
- name: Generate manpage
uses: actions-rs/cargo@v1
with: