mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-28 19:27:05 +01:00
333d9a4053
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
8 lines
238 B
Bash
Executable File
8 lines
238 B
Bash
Executable File
mkdir -p /opt/dev \
|
|
&& cd /opt/dev \
|
|
&& git clone https://github.com/emscripten-core/emsdk.git \
|
|
&& cd /opt/dev/emsdk \
|
|
&& git reset --hard 0fde04880048f743056bed17cb0543a42e040fae \
|
|
&& ./emsdk install 3.1.55 \
|
|
&& ./emsdk activate 3.1.55
|