From a69a4537a6acd7b6f798ae6c7a0a35b4e1a7bd43 Mon Sep 17 00:00:00 2001 From: Martin Matuska Date: Tue, 23 Apr 2024 11:51:53 +0200 Subject: [PATCH] CI: add libxml2 to MacOS test build --- build/ci/github_actions/macos.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build/ci/github_actions/macos.sh b/build/ci/github_actions/macos.sh index ba72b4a77..6941bf873 100755 --- a/build/ci/github_actions/macos.sh +++ b/build/ci/github_actions/macos.sh @@ -18,6 +18,7 @@ then xz \ lz4 \ zstd \ + libxml2 \ openssl do brew list $pkg > /dev/null && brew upgrade $pkg || brew install $pkg -- 2.47.2