1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-26 03:51:32 +00:00

Fix typo in emscripten install

This commit is contained in:
Frank Halasz
2024-02-07 13:13:04 -08:00
parent 696ac9a675
commit 75c815f585

View File

@@ -177,7 +177,7 @@ jobs:
cd emsdk
./emsdk install latest
./emsdk activate latest
echo "source \"${GITHUB_WORKSPACE}/emsdk/emsdk_env.sh\" >> ~/.bash_profile
echo "source \"${GITHUB_WORKSPACE}/emsdk/emsdk_env.sh\"" >> ~/.bash_profile
echo "export PATH=${GITHUB_WORKSPACE}/emsdk/upstream/emscripten/tools:\${PATH}" >> ~/.bash_profile