Skip to content

Commit

Permalink
Lock emsdk version to 3.1.67 to work around y-scope#6.
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkrodrigues committed Sep 30, 2024
1 parent a6a518f commit b212cfd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,13 @@ tasks:
- "upstream/emscripten/tools/ports/contrib/__pycache__"
cmds:
- task: "clean-emsdk"
- "git clone 'https://github.com/emscripten-core/emsdk.git' '{{.G_EMSDK_DIR}}'"
- >-
git clone
https://github.com/emscripten-core/emsdk.git
--branch 3.1.68
--single-branch
--recurse-submodules
"{{.G_EMSDK_DIR}}"
- |-
cd "{{.G_EMSDK_DIR}}"
./emsdk install latest
Expand Down

0 comments on commit b212cfd

Please sign in to comment.