We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 463edc3 commit 9c4e53dCopy full SHA for 9c4e53d
1 file changed
.github/scripts/install_deps.sh
@@ -5,7 +5,7 @@ set -eu
5
case "${1%-*}" in
6
ubuntu|debian)
7
sudo apt-get -qq update
8
- sudo apt-get install -yq bison libpng-dev pkg-config
+ sudo apt-get install -yq bison libpng-dev pkgconf
9
;;
10
macos)
11
# macOS bundles GNU Make 3.81, which doesn't support synced output.
0 commit comments