Skip to content

Commit

Permalink
update mac ci for modern brew
Browse files Browse the repository at this point in the history
  • Loading branch information
bovine committed Aug 13, 2024
1 parent 1698883 commit 255bf78
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/mac-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,10 @@ jobs:
brew install readline || brew upgrade readline
brew install autoconf || brew upgrade autoconf
brew install automake || brew upgrade automake
sudo mkdir -p /usr/local
sudo ln -sf /usr/local/opt/tcl-tk/include /usr/local/include/tcl8.6
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
- name: configure
run: |
autoreconf -vif
./configure --with-readline-includes=/usr/local/Cellar/readline/8.1/include --with-readline-library=/usr/local/Cellar/readline/8.1/lib --with-tcl=/usr/local/opt/tcl-tk/lib --with-tcl-includes=/usr/local/opt/tcl-tk/include
./configure --with-readline-includes=/opt/homebrew/opt/readline/8.1/include --with-readline-library=/opt/homebrew/opt/readline/8.1/lib --with-tcl=/opt/homebrew/opt/tcl-tk/lib --with-tcl-includes=/opt/homebrew/opt/tcl-tk/include
- name: make
run: make
- name: install
Expand Down

0 comments on commit 255bf78

Please sign in to comment.