Skip to content

Commit

Permalink
feat: caching on github action
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjackwills committed Dec 15, 2022
1 parent 8d539ab commit a91c9aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/create_release_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
- name: install rust
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
- name: install cross
run: cargo install cross --git https://github.com/cross-rs/cross
Expand Down

0 comments on commit a91c9aa

Please sign in to comment.