We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe0c3df commit bb167e6Copy full SHA for bb167e6
.github/workflows/emscripten-build.yml
@@ -33,6 +33,7 @@ jobs:
33
34
- name: Configure the build
35
run: |
36
+ source emsdk/emsdk_env.sh
37
cd demo
38
make emscripten
39
shell: bash
0 commit comments