1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-26 20:02:37 +00:00

5 Debugging emscripten install PATH updates

This commit is contained in:
Frank Halasz
2024-02-07 17:53:53 -08:00
parent ebe4babbe1
commit 3d341e3bbd

View File

@@ -179,9 +179,10 @@ jobs:
./emsdk install latest
./emsdk activate latest
CWD="$(pwd)"
source "${CWD}/emsdk_env.sh"
export PATH="${CWD}/upstream/emscripten/tools:\${PATH}"
echo "PATH=${PATH}" >> ${GITHUB_ENV}
echo "${CWD}" >> ${GITHUB_PATH}
echo "${CWD}/upstream/emscripten" >> ${GITHUB_PATH}
echo "${CWD}/upstream/emscripten/tools" >> ${GITHUB_PATH}
echo "${CWD}/node/$(ls -d node/*64bit | tail -1)/bin" >> ${GITHUB_PATH}
# Checkout the maiko branch
- name: Checkout