mirror of
https://github.com/Xevion/Pac-Man.git
synced 2026-01-31 04:25:07 -06:00
build(emsdk): update to latest version and fix unused import warning
Updates CI/CD emsdk from pinned 3.1.43 to latest (4.0.22), resolving a version mismatch between local dev (which used latest) and production builds. This discrepancy likely caused production-only ErrnoError bugs that were impossible to reproduce locally.
This commit is contained in:
Vendored
+1
-1
@@ -27,7 +27,7 @@ jobs:
|
||||
- name: Setup Emscripten SDK
|
||||
uses: pyodide/setup-emsdk@v15
|
||||
with:
|
||||
version: 3.1.43
|
||||
version: latest
|
||||
actions-cache-folder: "emsdk-cache-b"
|
||||
|
||||
- name: Setup Rust (WASM32 Emscripten)
|
||||
|
||||
Reference in New Issue
Block a user