Fix before_script

This commit is contained in:
Franck STAUFFER 2020-08-04 10:49:51 +02:00
parent 83d22f4cee
commit d26230c766
Signed by: franck.stauffer
GPG Key ID: AAF5A94045CEC261
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ image: debian:stable-slim
build:
before_script:
- apt-get -qq update
- apt-get install build-essential libsdl2-mixer-dev libsdl2-dev
- apt-get -qq install build-essential libsdl2-mixer-dev libsdl2-dev
script:
- make
artifacts: