From 3d341e3bbde6c7ce462d67457642f30ac1ed3768 Mon Sep 17 00:00:00 2001 From: Frank Halasz Date: Wed, 7 Feb 2024 17:53:53 -0800 Subject: [PATCH] 5 Debugging emscripten install PATH updates --- .github/workflows/buildRelease.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/buildRelease.yml b/.github/workflows/buildRelease.yml index abcb478..502c546 100644 --- a/.github/workflows/buildRelease.yml +++ b/.github/workflows/buildRelease.yml @@ -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