Skip to content

Commit 443f62b

Browse files
committed
Install the wasm32-unknown-emscripten Rust target in Emscripten CI
1 parent 1c604be commit 443f62b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/reusable-emscripten.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ jobs:
5555
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
5656
with:
5757
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
5862
- name: "Runner image version"
5963
run: echo "IMAGE_OS_VERSION=${ImageOS}-${ImageVersion}" >> "$GITHUB_ENV"
6064
- name: "Install Emscripten"

0 commit comments

Comments
 (0)