From aae431679e1c4b1296fbf998400c1a9601c306dc Mon Sep 17 00:00:00 2001 From: Kevin Keating Date: Tue, 25 Feb 2025 15:51:29 -0500 Subject: [PATCH] trying to source emsdk_env.sh from the path --- .github/actions/build-external/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/build-external/action.yml b/.github/actions/build-external/action.yml index 8ae04cc..0ef6401 100644 --- a/.github/actions/build-external/action.yml +++ b/.github/actions/build-external/action.yml @@ -31,4 +31,4 @@ runs: shell: ${{ runner.os == 'windows' && 'cmd' || 'bash' }} # don't put escaped newlines in this command, since it needs to be # runnable in both bash and cmd (which uses ^ to escape newlines) - run: source /home/runner/work/sketcher/sketcher/build/external/emsdk-*/emsdk/emsdk_env.sh && cmake --build build/external/ --clean-first --verbose --verbose --verbose -v --target ${{ inputs.library }} --config ${{ env.BUILD_TYPE }} \ No newline at end of file + run: source emsdk_env.sh && cmake --build build/external/ --clean-first --verbose --verbose --verbose -v --target ${{ inputs.library }} --config ${{ env.BUILD_TYPE }} \ No newline at end of file