Skip to content

Commit

Permalink
trying to source emsdk_env.sh from the path
Browse files Browse the repository at this point in the history
  • Loading branch information
KevKeating committed Feb 25, 2025
1 parent 565389d commit aae4316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-external/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
run: source emsdk_env.sh && cmake --build build/external/ --clean-first --verbose --verbose --verbose -v --target ${{ inputs.library }} --config ${{ env.BUILD_TYPE }}

0 comments on commit aae4316

Please sign in to comment.