Skip to content

Commit 9c4e53d

Browse files
authored
Transition CI from pkg-config to pkgconf (#1942)
Upstream has changed the providing implementation, so that package will eventually be removed.
1 parent 463edc3 commit 9c4e53d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/install_deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -eu
55
case "${1%-*}" in
66
ubuntu|debian)
77
sudo apt-get -qq update
8-
sudo apt-get install -yq bison libpng-dev pkg-config
8+
sudo apt-get install -yq bison libpng-dev pkgconf
99
;;
1010
macos)
1111
# macOS bundles GNU Make 3.81, which doesn't support synced output.

0 commit comments

Comments
 (0)