We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db1baa2 commit 5c6170fCopy full SHA for 5c6170f
.github/workflows/build-canvas.yml
@@ -55,15 +55,10 @@ jobs:
55
- name: Install Emscripten SDK
56
run: python3 bin/activate-emsdk
57
58
- - name: Verify Emscripten toolchain
59
- run: |
60
- emcc -v
61
- em++ -v
62
-
63
- name: Fix missing xlocale.h header for Emscripten
64
run: |
65
sudo ln -s /usr/include/locale.h /usr/include/xlocale.h
66
67
- name: Build canvas wasm artifacts
68
run: just build
69
- working-directory: crates/grida-canvas-wasm
+ working-directory: crates/grida-canvas-wasm
0 commit comments