mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-08 10:59:36 +00:00
Stop trying to explicitly install pkg-config in CI (#1940)
Turns out it's already installed by default, but under a different name that's causing extra ops for no real gain.
This commit is contained in:
@@ -5,7 +5,7 @@ set -eu
|
||||
case "${1%-*}" in
|
||||
ubuntu)
|
||||
sudo apt-get -qq update
|
||||
sudo apt-get install -yq bison libpng-dev pkg-config
|
||||
sudo apt-get install -yq bison libpng-dev
|
||||
;;
|
||||
macos)
|
||||
# macOS bundles GNU Make 3.81, which doesn't support synced output.
|
||||
|
||||
Reference in New Issue
Block a user