From 8ba2e40431ce30b837255193940e9c7116545737 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Salawa?= Date: Sat, 7 Dec 2024 12:34:30 +0100 Subject: [PATCH] Working on macos-13 runner. --- .github/workflows/mac_release.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mac_release.yml b/.github/workflows/mac_release.yml index c168b36670..0564e20a4f 100644 --- a/.github/workflows/mac_release.yml +++ b/.github/workflows/mac_release.yml @@ -45,10 +45,13 @@ jobs: brew reinstall tcl-tk@8 echo "PATH=/usr/local/opt/tcl-tk/bin:$PATH" >> $GITHUB_ENV + ls -l $(which tclsh) find /usr/local -name tclConfig.sh echo "---" - #ls -l $(echo "puts [::tcl::pkgconfig get libdir,install]" | tclsh)/tclConfig.sh - find /usr/local/Cellar/tcl-tk@8/8.6.15 + find $(echo "puts [::tcl::pkgconfig get libdir,runtime]" | tclsh) + echo "---" + find $(echo "puts [::tcl::pkgconfig get libdir,install]" | tclsh) + #find /usr/local/Cellar/tcl-tk@8/8.6.15 - name: Qt installation dir id: qt-installation-dir