Skip to content

Commit

Permalink
Working on macos-13 runner.
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelsalawa committed Dec 7, 2024
1 parent 646c3d7 commit 8ba2e40
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/mac_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8ba2e40

Please sign in to comment.