Skip to content

Commit

Permalink
CI: fix Mac OS build
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jktjkt authored and michalvasko committed Jul 16, 2024
1 parent d4200ac commit dacafb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit dacafb6

Please sign in to comment.