Skip to content

Commit 94b6714

Browse files
authored
Run wasm build unconditionally in the ci (#276)
1 parent 379e9e4 commit 94b6714

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1063,7 +1063,7 @@ jobs:
10631063
timeout-minutes: 30
10641064

10651065
emscripten_wasm:
1066-
needs: [cppinterop_and_cppyy_build]
1066+
needs: [build_cache]
10671067
name: ${{ matrix.name }}
10681068
runs-on: ${{ matrix.os }}
10691069
strategy:

environment-wasm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ channels:
44
dependencies:
55
- zlib
66
- nlohmann_json
7-
- xeus-lite
7+
- xeus-lite <2.0
88
- xeus >=3.0.5,<4.0
99
- xtl >=0.7,<0.8
1010
- cpp-argparse
11-
- pugixml
11+
- pugixml

0 commit comments

Comments
 (0)