1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-25 04:16:38 +02:00

ci: install pkg-config with homebrew

This commit is contained in:
Sébastien Helleu
2024-06-07 07:44:03 +02:00
parent c6481451cb
commit da97614e03
+1 -1
View File
@@ -167,7 +167,7 @@ jobs:
/usr/local/bin/python3.11 \
/usr/local/bin/python3.11-config \
;
brew install asciidoctor cjson guile lua pkgconf ruby
brew install asciidoctor cjson guile lua pkg-config ruby
- uses: actions/checkout@v2