diff --git a/.github/workflows/build_wheel.yml b/.github/workflows/build_wheel.yml index fd34263a5f..75400c119f 100644 --- a/.github/workflows/build_wheel.yml +++ b/.github/workflows/build_wheel.yml @@ -68,7 +68,7 @@ jobs: pip install pyodide-build==${PYODIDE_VERSION} "pydantic<2" pyodide config get emscripten_version # trigger setup echo EMSCRIPTEN_VERSION=$(pyodide config get emscripten_version) >> $GITHUB_ENV - - uses: mymindstorm/setup-emsdk@v12 + - uses: mymindstorm/setup-emsdk@v13 with: version: ${{ env.EMSCRIPTEN_VERSION }} - uses: actions-rs/toolchain@v1