Skip to content

Commit

Permalink
use "tcl-tk" in Homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
stefantalpalaru committed Jul 6, 2024
1 parent 6d41a51 commit fe5f588
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,12 @@ jobs:
with:
xcode-version: '15' # 14 seems buggy: https://github.com/actions/runner-images/issues/6642

- name: Install build dependencies (macOS)
if: runner.os == 'macOS'
run: |
brew install \
tcl-tk
- name: Run tests (macOS)
if: runner.os == 'macOS'
shell: bash
Expand Down

0 comments on commit fe5f588

Please sign in to comment.