]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
CI: add libxml2 to MacOS test build
authorMartin Matuska <martin@matuska.de>
Tue, 23 Apr 2024 09:51:53 +0000 (11:51 +0200)
committerMartin Matuska <martin@matuska.de>
Tue, 23 Apr 2024 09:51:53 +0000 (11:51 +0200)
build/ci/github_actions/macos.sh

index ba72b4a7717845fe8607bc040fa9d4a643e2baf4..6941bf8738c93c882b4b41121af940af7701270a 100755 (executable)
@@ -18,6 +18,7 @@ then
                xz \
                lz4 \
                zstd \
+               libxml2 \
                openssl
        do
                brew list $pkg > /dev/null && brew upgrade $pkg || brew install $pkg