1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-25 12:26:40 +02:00

ci: replace package pkg-config by pkgconf

This commit is contained in:
Sébastien Helleu
2024-06-07 07:38:05 +02:00
parent f59eb83da4
commit c6481451cb
+2 -2
View File
@@ -33,7 +33,7 @@ env:
libzstd-dev
ninja-build
php-dev
pkg-config
pkgconf
pylint
python3-bandit
python3-dev
@@ -167,7 +167,7 @@ jobs:
/usr/local/bin/python3.11 \
/usr/local/bin/python3.11-config \
;
brew install asciidoctor cjson guile lua pkg-config ruby
brew install asciidoctor cjson guile lua pkgconf ruby
- uses: actions/checkout@v2