We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f7ee16 commit 1a4fe1dCopy full SHA for 1a4fe1d
.github/workflows/emscripten.yml
@@ -15,7 +15,7 @@ jobs:
15
with:
16
environment-name: xsimd
17
create-args: >-
18
- microsoft::playwright=1.50.0
+ microsoft::playwright=1.57.0
19
python
20
init-shell: bash
21
test/test_wasm/test_wasm.sh
@@ -12,8 +12,8 @@ if [ $# -eq 0 ]
12
then
13
git clone https://github.com/emscripten-core/emsdk
14
cd emsdk
- ./emsdk install latest
- ./emsdk activate latest
+ ./emsdk install 4.0.21
+ ./emsdk activate 4.0.21
source ./emsdk_env.sh
else
@@ -40,4 +40,4 @@ emmake make -j4
40
cd ..
41
42
# run tests in browser
43
-python $TEST_WASM_DIR/test_wasm_playwright.py build/test
+python $TEST_WASM_DIR/test_wasm_playwright.py build/test
0 commit comments