This commit is contained in:
Luke Parker 2023-03-28 05:34:21 -04:00
parent 47be373eb0
commit 4f28a38ce1
No known key found for this signature in database

View file

@ -48,3 +48,6 @@ runs:
with: with:
toolchain: ${{ steps.nightly.outputs.version }} toolchain: ${{ steps.nightly.outputs.version }}
targets: wasm32-unknown-unknown targets: wasm32-unknown-unknown
- name: Cache Rust
uses: Swatinem/rust-cache@v2