1
0
mirror of https://github.com/simh/simh.git synced 2026-01-11 23:52:58 +00:00

github: Update workflow dependencies for macos and ubuntu so CI build completes

This commit is contained in:
Mark Pizzolato 2022-10-28 10:30:47 -10:00
parent d93495beb8
commit a4697d0ba3

View File

@ -2,7 +2,10 @@
install_osx() {
brew update
brew install pcre
brew install libedit
brew install sdl2
brew install libpng
brew install sdl2_ttf
brew install vde
}
@ -10,8 +13,8 @@ install_osx() {
install_linux() {
sudo apt-get update -yqqm
sudo apt-get install -ym libegl1-mesa-dev libgles2-mesa-dev
sudo apt-get install -ym libsdl2-dev libpcap-dev libvdeplug-dev
sudo apt-get install -ym libsdl2-ttf-dev
sudo apt-get install -ym libpcap-dev libvdeplug-dev libpcre3-dev libedit-dev libsdl2-dev libpng-dev libsdl2-ttf-dev
}
install_"$1"