Update main-wasm.yml

This commit is contained in:
Intubun 2026-05-18 08:18:59 +02:00 committed by Intubun
parent 6b3b2f5162
commit bf9559cecd
1 changed files with 2 additions and 2 deletions

View File

@ -79,10 +79,10 @@ jobs:
# job log and keeps the build step's output focused on the C build.
# The TCL source tree is treated as read-only — the actual WASM build
# runs inside magic (toolchains/emscripten/build-tcl-wasm.sh).
- name: Pin and clone intubun/tcl
- name: Pin and clone tcltk/tcl
run: |
. npm/tcl.ref
: "${TCL_REPO_URL:=https://github.com/intubun/tcl.git}"
: "${TCL_REPO_URL:=https://github.com/tcltk/tcl.git}"
: "${TCL_REF:=main}"
echo "Pinned TCL: $TCL_REF ($TCL_REPO_URL)"
# autocrlf=false: ubuntu-latest is already LF, but make it explicit.