From fe5f5882dbf3b9679389fd254c03fcd29a9f7de2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Sat, 6 Jul 2024 14:43:10 +0200 Subject: [PATCH] use "tcl-tk" in Homebrew --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 18b595f7ad..e9df073d65 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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