Skip to content

Commit e613e27

Browse files
committed
- Fix ports workflow to install expat for macos.
1 parent f2f36a2 commit e613e27

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/analysis_ports.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131
clang_analysis: "yes"
3232
- name: OS X
3333
os: macos-latest
34-
install_expat: "no"
34+
install_expat: "yes"
3535
config: "--enable-debug --disable-flto --with-ssl=/opt/homebrew/opt/openssl --with-libexpat=/opt/homebrew/opt/expat"
3636
make_test: "yes"
3737
- name: Clang on OS X
3838
os: macos-latest
39-
install_expat: "no"
39+
install_expat: "yes"
4040
config: "CC=clang --enable-debug --disable-flto --with-ssl=/opt/homebrew/opt/openssl --with-libexpat=/opt/homebrew/opt/expat --disable-static"
4141
make_test: "yes"
4242
clang_analysis: "yes"

doc/Changelog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
26 August 2025: Wouter
2+
- Fix ports workflow to install expat for macos.
3+
14
22 August 2025: Wouter
25
- For #1318: Fix compile warnings for DoH compile on windows.
36
- Fix sha1 enable environment variable in test code on windows.

0 commit comments

Comments
 (0)