File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 20
20
strategy :
21
21
fail-fast : false
22
22
matrix :
23
- emsdk_ver : ["3.1.58 "]
23
+ emsdk_ver : ["3.1.45 "]
24
24
25
25
steps :
26
26
- uses : actions/checkout@v2
@@ -29,13 +29,13 @@ jobs:
29
29
uses : mamba-org/setup-micromamba@v1
30
30
with :
31
31
environment-file : environment-dev.yml
32
- environment-name : pyjs-wasm
32
+ environment-name : pyjs-wasm
33
33
34
34
35
35
- name : Install Playwright
36
36
run : |
37
37
playwright install
38
-
38
+
39
39
- name : Setup emsdk
40
40
shell : bash -el {0}
41
41
run : |
59
59
mkdir build
60
60
pushd build
61
61
62
-
62
+
63
63
export PREFIX=$MAMBA_ROOT_PREFIX/envs/pyjs-build-wasm
64
64
export CMAKE_PREFIX_PATH=$PREFIX
65
65
export CMAKE_SYSTEM_PREFIX_PATH=$PREFIX
@@ -145,4 +145,4 @@ jobs:
145
145
--pyjs-dir $(pwd)/build \
146
146
--headless \
147
147
--async-main \
148
- --no-cache
148
+ --no-cache
You can’t perform that action at this time.
0 commit comments