mirror of
https://github.com/cmosher01/Epple-II.git
synced 2024-12-27 17:29:16 +00:00
fix name of libsdl2 package
This commit is contained in:
parent
4b3a24a360
commit
f9da9258e8
@ -4,11 +4,9 @@ language: cpp
|
||||
compiler:
|
||||
- gcc
|
||||
before_install:
|
||||
- sudo apt-get install -y software-properties-common
|
||||
- sudo add-apt-repository "deb http://us.archive.ubuntu.com/ubuntu/ trusty universe"
|
||||
- sudo apt-get -qq update
|
||||
install:
|
||||
- sudo apt-get install -y libsdl2
|
||||
- sudo apt-get install -y libsdl2-2.0
|
||||
before_script:
|
||||
- ./bootstrap
|
||||
script:
|
||||
|
Loading…
Reference in New Issue
Block a user