mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-15 06:11:41 +00:00
Transition CI from pkg-config to pkgconf (#1942)
Upstream has changed the providing implementation, so that package will eventually be removed.
This commit is contained in:
@@ -5,7 +5,7 @@ set -eu
|
|||||||
case "${1%-*}" in
|
case "${1%-*}" in
|
||||||
ubuntu|debian)
|
ubuntu|debian)
|
||||||
sudo apt-get -qq update
|
sudo apt-get -qq update
|
||||||
sudo apt-get install -yq bison libpng-dev pkg-config
|
sudo apt-get install -yq bison libpng-dev pkgconf
|
||||||
;;
|
;;
|
||||||
macos)
|
macos)
|
||||||
# macOS bundles GNU Make 3.81, which doesn't support synced output.
|
# macOS bundles GNU Make 3.81, which doesn't support synced output.
|
||||||
|
|||||||
Reference in New Issue
Block a user