From dacafb696449c3f592deefc1745c77704ea396a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Kundr=C3=A1t?= Date: Tue, 16 Jul 2024 11:18:19 +0200 Subject: [PATCH] CI: fix Mac OS build Some of these tests use `expect`, and the native version that's available in the CI images is old/different/whatever. Let's use "the usual one" which is available through Homebrew. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9472090a2..6ab29383c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,7 +70,7 @@ jobs: cc: "clang", options: "-DENABLE_TESTS=ON -DPATH_EXPECT=", packager: "brew", - packages: "cmocka shunit2", + packages: "cmocka shunit2 tcl-tk", snaps: "", build-cmd: "make" }