mirror of
https://github.com/Xevion/rust-sdl2-emscripten.git
synced 2026-01-31 05:11:56 -06:00
Update Rust Cache to V2 action
This commit is contained in:
Vendored
+1
-2
@@ -21,9 +21,8 @@ jobs:
|
|||||||
target: wasm32-unknown-emscripten
|
target: wasm32-unknown-emscripten
|
||||||
override: true
|
override: true
|
||||||
|
|
||||||
# TODO: Update to v2
|
|
||||||
- name: Rust Cache
|
- name: Rust Cache
|
||||||
uses: Swatinem/rust-cache@v1
|
uses: Swatinem/rust-cache@v2
|
||||||
|
|
||||||
- name: Build # build
|
- name: Build # build
|
||||||
run: ./scripts/build.sh -er # release, skip emsdk
|
run: ./scripts/build.sh -er # release, skip emsdk
|
||||||
|
|||||||
Reference in New Issue
Block a user