1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-30 10:15:36 +01:00

force yes

This commit is contained in:
Kevin Burke
2014-05-24 11:26:05 +09:00
parent 1c777a653f
commit cbf2897526

View File

@@ -4,7 +4,7 @@ before_install:
- echo "yes" | sudo apt-add-repository ppa:openmw/deps
- sudo apt-key update -qq
- sudo apt-get update -qq
- sudo apt-get install -qq mingw32 libsdl2-static-dev
- sudo apt-get install -y --force-yes mingw32 libsdl2-static-dev
script:
- which crossdev
- echo "Hello World"