Skip to content

Commit b212cfd

Browse files
committed
Lock emsdk version to 3.1.67 to work around y-scope#6.
1 parent a6a518f commit b212cfd

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Taskfile.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,13 @@ tasks:
8181
- "upstream/emscripten/tools/ports/contrib/__pycache__"
8282
cmds:
8383
- task: "clean-emsdk"
84-
- "git clone 'https://github.com/emscripten-core/emsdk.git' '{{.G_EMSDK_DIR}}'"
84+
- >-
85+
git clone
86+
https://github.com/emscripten-core/emsdk.git
87+
--branch 3.1.68
88+
--single-branch
89+
--recurse-submodules
90+
"{{.G_EMSDK_DIR}}"
8591
- |-
8692
cd "{{.G_EMSDK_DIR}}"
8793
./emsdk install latest

0 commit comments

Comments
 (0)