feat: caching on github action

This commit is contained in:
Jack Wills
2022-12-15 16:44:10 +00:00
parent 8d539ab148
commit a91c9aa45f
@@ -27,6 +27,10 @@ jobs:
- name: install rust - name: install rust
uses: dtolnay/rust-toolchain@stable uses: dtolnay/rust-toolchain@stable
# Setup caching - not sure if will have any effect
- name: Rust cache
uses: swatinem/rust-cache@v2
# Install cross-rs # Install cross-rs
- name: install cross - name: install cross
run: cargo install cross --git https://github.com/cross-rs/cross run: cargo install cross --git https://github.com/cross-rs/cross