mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-25 19:46:21 +00:00
3 Debugging emscripten install PATH updates
This commit is contained in:
5
.github/workflows/buildRelease.yml
vendored
5
.github/workflows/buildRelease.yml
vendored
@@ -178,8 +178,9 @@ jobs:
|
||||
cd emsdk
|
||||
./emsdk install latest
|
||||
./emsdk activate latest
|
||||
echo "source \"${GITHUB_WORKSPACE}/emsdk/emsdk_env.sh\"" >> $HOME/.bashrc
|
||||
echo "export PATH=\"${GITHUB_WORKSPACE}/emsdk/upstream/emscripten/tools:\${PATH}\"" >> $HOME/.bashrc
|
||||
CWD="$(pwd)"
|
||||
echo "source \"${CWD}/emsdk_env.sh\"" >> $HOME/.bashrc
|
||||
echo "export PATH=\"${CWD}/upstream/emscripten/tools:\${PATH}\"" >> $HOME/.bashrc
|
||||
|
||||
# Checkout the maiko branch
|
||||
- name: Checkout
|
||||
|
||||
Reference in New Issue
Block a user