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:
2
.github/workflows/buildRelease.yml
vendored
2
.github/workflows/buildRelease.yml
vendored
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user