Skip to content

Commit 5c6170f

Browse files
skip emcc verification
1 parent db1baa2 commit 5c6170f

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/build-canvas.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,10 @@ jobs:
5555
- name: Install Emscripten SDK
5656
run: python3 bin/activate-emsdk
5757

58-
- name: Verify Emscripten toolchain
59-
run: |
60-
emcc -v
61-
em++ -v
62-
6358
- name: Fix missing xlocale.h header for Emscripten
6459
run: |
6560
sudo ln -s /usr/include/locale.h /usr/include/xlocale.h
6661
6762
- name: Build canvas wasm artifacts
6863
run: just build
69-
working-directory: crates/grida-canvas-wasm
64+
working-directory: crates/grida-canvas-wasm

0 commit comments

Comments
 (0)