mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-13 23:27:12 +00:00
4 Debugging emscripten install PATH updates
This commit is contained in:
parent
587ce1983a
commit
ebe4babbe1
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user