mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-08 19:09:36 +00:00
Revert "Stop trying to explicitly install pkg-config in CI (#1940)"
This reverts commit bc3572ec37.
Turns out that our Dockerfile *does* need to install `pkg-config`
on the `debian:12-slim` image.
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
|
||||
sudo apt-get install -yq bison libpng-dev pkg-config
|
||||
;;
|
||||
macos)
|
||||
# macOS bundles GNU Make 3.81, which doesn't support synced output.
|
||||
|
||||
Reference in New Issue
Block a user