mirror of
https://github.com/simh/simh.git
synced 2026-05-03 22:48:35 +00:00
APPVEYOR: Don't try to install git-lfs on Linux since it is already installed
This commit is contained in:
@@ -28,7 +28,7 @@ before_build:
|
|||||||
$platform = uname -s
|
$platform = uname -s
|
||||||
if ($platform -eq 'Linux') {
|
if ($platform -eq 'Linux') {
|
||||||
sudo apt-get update -yqqm
|
sudo apt-get update -yqqm
|
||||||
sudo apt-get install -ym gcc libpcap-dev libvdeplug-dev libpcre3-dev libedit-dev libsdl2-dev libpng-dev libsdl2-ttf-dev git-lfs
|
sudo apt-get install -ym gcc libpcap-dev libvdeplug-dev libpcre3-dev libedit-dev libsdl2-dev libpng-dev libsdl2-ttf-dev
|
||||||
} else {
|
} else {
|
||||||
if ($platform -eq 'Darwin') {
|
if ($platform -eq 'Darwin') {
|
||||||
brew install vde pcre libedit sdl2 libpng zlib sdl2_ttf make git-lfs
|
brew install vde pcre libedit sdl2 libpng zlib sdl2_ttf make git-lfs
|
||||||
|
|||||||
Reference in New Issue
Block a user