mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-28 05:47:48 +00:00
Fix CI on macOS
Apple supplies version 2.3 (from 2006!!), which doesn't support `%empty`.
This commit is contained in:
4
.github/actions/install_deps.sh
vendored
4
.github/actions/install_deps.sh
vendored
@@ -4,7 +4,9 @@ case `echo $1 | cut -d '-' -f 1` in
|
||||
sudo apt-get install -yq bison libpng-dev pkg-config
|
||||
;;
|
||||
macos)
|
||||
brew install libpng pkg-config md5sha1sum
|
||||
brew install bison libpng pkg-config md5sha1sum
|
||||
# For the version check below exclusively, re-do this before building
|
||||
export PATH="/usr/local/opt/bison/bin:$PATH"
|
||||
;;
|
||||
*)
|
||||
echo "WARNING: Cannot install deps for OS '$1'"
|
||||
|
||||
Reference in New Issue
Block a user