Removed --fix-missing references from pipeline script. The issue with the pipeline lies on the microsoft side with there linux package servers. There is nothing that can be done here.

This commit is contained in:
Matthew Budd 2020-05-14 20:04:49 -04:00
parent 0605427979
commit 7fb5ed52c4
1 changed files with 2 additions and 3 deletions

View File

@ -10,13 +10,12 @@ python3 --version
sudo apt-get install lua5.1-dev
pkg-config --cflags --libs lua5.1
sudo apt-get install libsdl1.2-dev --fix-missing
sudo apt-get install libsdl1.2-dev
sdl-config --cflags --libs
sudo apt-get install libsdl2-dev --fix-missing
sudo apt-get install libsdl2-dev
sdl2-config --cflags --libs
sudo apt-get install libminizip-dev
pkg-config --cflags --libs minizip
#sudo apt-get install libxml2-dev
#sudo apt-get install libgtk2.0-dev
sudo apt-get install libgtk-3-dev
pkg-config --cflags --libs gtk+-3.0