There was an error while loading. Please reload this page.
1 parent 1c604be commit 443f62bCopy full SHA for 443f62b
1 file changed
.github/workflows/reusable-emscripten.yml
@@ -55,6 +55,10 @@ jobs:
55
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
56
with:
57
python-version: '3.x'
58
+ - uses: dtolnay/rust-toolchain@f133eefe930d61f0d9371efd474daf0125ed3dd1 # 1.95.0
59
+ with:
60
+ toolchain: 1.95.0
61
+ targets: wasm32-unknown-emscripten
62
- name: "Runner image version"
63
run: echo "IMAGE_OS_VERSION=${ImageOS}-${ImageVersion}" >> "$GITHUB_ENV"
64
- name: "Install Emscripten"
0 commit comments