mirror of
https://github.com/Interlisp/maiko.git
synced 2026-05-03 14:59:26 +00:00
5 Debugging emscripten install PATH updates
This commit is contained in:
7
.github/workflows/buildRelease.yml
vendored
7
.github/workflows/buildRelease.yml
vendored
@@ -179,9 +179,10 @@ jobs:
|
|||||||
./emsdk install latest
|
./emsdk install latest
|
||||||
./emsdk activate latest
|
./emsdk activate latest
|
||||||
CWD="$(pwd)"
|
CWD="$(pwd)"
|
||||||
source "${CWD}/emsdk_env.sh"
|
echo "${CWD}" >> ${GITHUB_PATH}
|
||||||
export PATH="${CWD}/upstream/emscripten/tools:\${PATH}"
|
echo "${CWD}/upstream/emscripten" >> ${GITHUB_PATH}
|
||||||
echo "PATH=${PATH}" >> ${GITHUB_ENV}
|
echo "${CWD}/upstream/emscripten/tools" >> ${GITHUB_PATH}
|
||||||
|
echo "${CWD}/node/$(ls -d node/*64bit | tail -1)/bin" >> ${GITHUB_PATH}
|
||||||
|
|
||||||
# Checkout the maiko branch
|
# Checkout the maiko branch
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|||||||
Reference in New Issue
Block a user