Try to fix missing header

This commit is contained in:
Franck STAUFFER 2020-08-17 12:01:03 +02:00
parent c42d1e2b99
commit 96009b6f5f
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 linux-headers sdl2-dev sdl2_mixer-dev
- apk add alpine-sdk clang sdl2-dev sdl2_mixer-dev
script:
- make CC=clang