Skip to content

Commit

Permalink
progress
Browse files Browse the repository at this point in the history
  • Loading branch information
bovine committed May 10, 2024
1 parent 51dadc4 commit a755ca1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/mac-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ jobs:
run: |
brew update
brew install tcl-tk autoconf libpq || true
ls -lR /opt/homebrew/Cellar/tcl-tk/
ls -l /opt/homebrew/Cellar/
ls -lR /opt/homebrew/Cellar/libpq
echo PATH=$PATH
#ls -lR /opt/homebrew/Cellar/tcl-tk/
#sudo mkdir -p /usr/local/include /usr/local/lib /usr/local/bin
#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
Expand Down

0 comments on commit a755ca1

Please sign in to comment.