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 8ba2e40 commit b289c83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/mac_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ jobs:
brew reinstall tcl-tk@8
echo "PATH=/usr/local/opt/tcl-tk/bin:$PATH" >> $GITHUB_ENV
ls -l $(which tclsh)
ls -l $(which tclsh8.6)
find /usr/local -name tclConfig.sh
echo "---"
find $(echo "puts [::tcl::pkgconfig get libdir,runtime]" | tclsh)
find $(echo "puts [::tcl::pkgconfig get libdir,runtime]" | tclsh8.6)
echo "---"
find $(echo "puts [::tcl::pkgconfig get libdir,install]" | tclsh)
find $(echo "puts [::tcl::pkgconfig get libdir,install]" | tclsh8.6)
#find /usr/local/Cellar/tcl-tk@8/8.6.15
- name: Qt installation dir
Expand Down

0 comments on commit b289c83

Please sign in to comment.