From 6433447e913eb865e655ab30a144363fcd04bbf7 Mon Sep 17 00:00:00 2001 From: Daniele Forsi IU5HKX Date: Sat, 5 Jul 2025 11:45:02 +0200 Subject: [PATCH] Install TCL for macOS in the CI --- .github/workflows/c-cpp.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index fba3329ea..6c1f89991 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -65,6 +65,7 @@ jobs: brew install automake brew install libtool brew install grep + brew install tcl-tk - name: bootstrap run: ./bootstrap - name: Suppress -Winitializer-overrides on macOS