1
0
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:
Frank Halasz 2024-02-07 17:23:40 -08:00
parent 587ce1983a
commit ebe4babbe1

View File

@ -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