- Fix for ci test, expat is installed on the osx image.

This commit is contained in:
W.C.A. Wijngaards
2025-03-27 10:52:00 +01:00
parent aa77d02336
commit f76365754e
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -31,12 +31,12 @@ jobs:
clang_analysis: "yes"
- name: OS X
os: macos-latest
install_expat: "yes"
install_expat: "no"
config: "--enable-debug --disable-flto --with-ssl=/opt/homebrew/opt/openssl --with-libexpat=/opt/homebrew/opt/expat"
make_test: "yes"
- name: Clang on OS X
os: macos-latest
install_expat: "yes"
install_expat: "no"
config: "CC=clang --enable-debug --disable-flto --with-ssl=/opt/homebrew/opt/openssl --with-libexpat=/opt/homebrew/opt/expat --disable-static"
make_test: "yes"
clang_analysis: "yes"