Skip to content

Commit

Permalink
3.1.67pre
Browse files Browse the repository at this point in the history
  • Loading branch information
pmp-p committed Sep 18, 2024
1 parent f84c149 commit b39594f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-22.04
env:
BUILDS: 3.12 3.13
EMFLAVOUR: 3.1.67
EMFLAVOUR: latest

steps:
- uses: actions/checkout@v3.3.0
Expand Down
7 changes: 4 additions & 3 deletions config
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,14 @@ fi
# ============ emscripten ==============

# stable
export EMFLAVOUR=3.1.65
# export EMFLAVOUR=${EMFLAVOUR:3.1.65}

# embind broke in 3.1.48-tot (coro suspend/resume)
# embding more broken in 3.1.51

#export EMFLAVOUR=${EMFLAVOUR:latest}
#export EMFLAVOUR=${EMFLAVOUR:-tot}
export EMFLAVOUR=${EMFLAVOUR:latest}



#temp fix for oom on CI (Error: Process completed with exit code 143.)
export EMSDK_NUM_CORES=1
Expand Down

0 comments on commit b39594f

Please sign in to comment.