mirror of
https://github.com/Xevion/rust-sdl2-emscripten.git
synced 2025-12-07 11:16:20 -06:00
Update Rust Cache to V2 action
This commit is contained in:
3
.github/workflows/deploy.yaml
vendored
3
.github/workflows/deploy.yaml
vendored
@@ -21,9 +21,8 @@ jobs:
|
||||
target: wasm32-unknown-emscripten
|
||||
override: true
|
||||
|
||||
# TODO: Update to v2
|
||||
- name: Rust Cache
|
||||
uses: Swatinem/rust-cache@v1
|
||||
uses: Swatinem/rust-cache@v2
|
||||
|
||||
- name: Build # build
|
||||
run: ./scripts/build.sh -er # release, skip emsdk
|
||||
|
||||
Reference in New Issue
Block a user