Skip to content

Commit

Permalink
install emsdk
Browse files Browse the repository at this point in the history
  • Loading branch information
yowl committed Oct 30, 2023
1 parent b128dc2 commit 987c7f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
echo cat path
cat $GITHUB_PATH
ls $DOTNET_ROOT
# nativeaot-llvm requires emscripten for its version of clang as wasi-sdk 20 does not work see https://github.com/WebAssembly/wasi-sdk/issues/326
echo nativeaot-llvm requires emscripten for its version of clang as wasi-sdk 20 does not work see https://github.com/WebAssembly/wasi-sdk/issues/326
curl https://github.com/emscripten-core/emsdk/archive/refs/heads/main.zip
unzip main.zip
cd emsdk-main
Expand Down

0 comments on commit 987c7f8

Please sign in to comment.