Skip to content

Commit 1aa35ab

Browse files
committed
Add wasm32 install to wasm-examples.yml
1 parent f1a3f7e commit 1aa35ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/wasm-examples.yml

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
uses: actions/checkout@v4
2929
- name: Install dependencies
3030
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev
31+
- name: Install wasm32 rust target
32+
run: rustup target install wasm32-unknown-unknown
3133
- name: make wasm-examples
3234
run: make wasm-examples
3335
- name: Setup Pages

0 commit comments

Comments
 (0)