Skip to content

Commit e4ca4a0

Browse files
committed
apparently 54 is as far as we can go.
1 parent 03ba1c4 commit e4ca4a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

eng/pipelines/runtimelab/install-emscripten.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ git clone https://github.com/emscripten-core/emsdk.git
1313
Set-Location -Path emsdk
1414

1515
# Checkout a specific commit to avoid unexpected issues
16-
git checkout 7815dca
16+
git checkout c18280c
1717

18-
./emsdk install 3.1.55
18+
./emsdk install 3.1.54
1919

20-
./emsdk activate 3.1.55
20+
./emsdk activate 3.1.54
2121

2222
# Set a variable for later use (used in common/build.ps1)
2323
Write-Host "##vso[task.setvariable variable=NATIVEAOT_CI_WASM_BUILD_EMSDK_PATH]$PWD"

0 commit comments

Comments
 (0)