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