Skip to content

Commit

Permalink
Update mac-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bovine committed Jan 18, 2024
1 parent 08d133f commit 863b8bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mac-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: |
brew update
brew install tcl-tk || true
brew install yajl
brew install yajl || true
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
Expand All @@ -31,6 +31,6 @@ jobs:
run: make
- name: install
run: sudo make install
- name: make test
- name: test
run: make test

0 comments on commit 863b8bc

Please sign in to comment.