Skip to content

Commit

Permalink
Attempt to fix wasm build
Browse files Browse the repository at this point in the history
  • Loading branch information
anutosh491 committed Nov 28, 2023
1 parent 7c7d42d commit 4dbd00d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ jobs:
strategy:
fail-fast: false
matrix:
emsdk_ver: ["2.0.34", "3.1.3"]
emsdk_ver: ["3.1.45"]

steps:
- uses: actions/checkout@v2
Expand All @@ -224,7 +224,7 @@ jobs:
run: |
emsdk activate ${{matrix.emsdk_ver}}
source $CONDA_EMSDK_DIR/emsdk_env.sh
micromamba create -f environment-wasm-host.yml --platform=emscripten-32
micromamba create -f environment-wasm-host.yml --platform=emscripten-wasm32
mkdir build
pushd build
Expand Down
2 changes: 2 additions & 0 deletions environment-wasm-host.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ dependencies:
- xeus-lite
- xeus >=3.0.5,<4.0
- xtl >=0.7,<0.8
- llvm
- cpp-argparse

0 comments on commit 4dbd00d

Please sign in to comment.