Try to fix missing header

This commit is contained in:
Franck STAUFFER 2020-08-17 12:00:05 +02:00
parent 73fb72981b
commit c42d1e2b99
Signed by: franck.stauffer
GPG Key ID: AAF5A94045CEC261
1 changed files with 1 additions and 1 deletions

View File

@ -9,6 +9,6 @@ debian:
alpine:
image: alpine:latest
before_script:
- apk add make clang sdl2-dev sdl2_mixer-dev
- apk add make clang linux-headers sdl2-dev sdl2_mixer-dev
script:
- make CC=clang