From bf9559cecd5b14fe83f61ec36e4f248e022b9105 Mon Sep 17 00:00:00 2001 From: Intubun Date: Mon, 18 May 2026 08:18:59 +0200 Subject: [PATCH] Update main-wasm.yml --- .github/workflows/main-wasm.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main-wasm.yml b/.github/workflows/main-wasm.yml index ca4ae216..ff8fe65b 100644 --- a/.github/workflows/main-wasm.yml +++ b/.github/workflows/main-wasm.yml @@ -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.