Skip to content

Commit

Permalink
update paths
Browse files Browse the repository at this point in the history
  • Loading branch information
bovine committed May 10, 2024
1 parent 1972f40 commit a8ffd82
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/mac-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
run: |
brew update
brew install tcl-tk || true
ls -lR /usr/local/opt/ /usr/local/Cellar
ls -lR /opt/homebrew/Cellar/tcl-tk/
sudo mkdir -p /usr/local/include /usr/local/lib /usr/local/bin
sudo ln -sf /usr/local/opt/tcl-tk/include /usr/local/include/tcl8.6
sudo ln -sf /opt/homebrew/Cellar/tcl-tk/8.6.14/include /usr/local/include/tcl8.6
sudo rm -f /usr/local/lib/libtcl* || true
sudo cp /usr/local/opt/tcl-tk/lib/libtcl* /usr/local/lib
sudo ln -sf /usr/local/opt/tcl-tk/bin/tclsh8.6 /usr/local/bin/tclsh
sudo ln -sf /usr/local/opt/tcl-tk/bin/tclsh8.6 /usr/local/bin/tclsh8.6
sudo cp /opt/homebrew/Cellar/tcl-tk/8.6.14/lib/libtcl* /usr/local/lib
sudo ln -sf /opt/homebrew/Cellar/tcl-tk/8.6.14/bin/tclsh8.6 /usr/local/bin/tclsh
sudo ln -sf /opt/homebrew/Cellar/tcl-tk/8.6.14/bin/tclsh8.6 /usr/local/bin/tclsh8.6
- name: configure
run: |
autoreconf -vi
Expand Down

0 comments on commit a8ffd82

Please sign in to comment.