diff --git a/.github/workflows/check-tcl.yml b/.github/workflows/check-tcl.yml index 2341811..b4b3cae 100644 --- a/.github/workflows/check-tcl.yml +++ b/.github/workflows/check-tcl.yml @@ -52,8 +52,7 @@ jobs: - name: Session information run: | - tclsh <<< 'puts $tcl_version' - tclsh <<< 'puts $tcl_patchLevel' + tclsh <<< "puts [info patchlevel]" echo "LANGUAGE: ${LANGUAGE:-}" echo "LC_COLLATE: ${LC_COLLATE:-}"