ci: comment out sdl2 references

This commit is contained in:
Delyan Angelov 2020-07-28 19:17:44 +03:00
parent e06448b616
commit 3df0ef249c
3 changed files with 30 additions and 11 deletions

View file

@ -15,6 +15,6 @@ RUN apk --no-cache add \
openssl-dev sqlite-dev \
libx11-dev glfw-dev freetype-dev
RUN apk --no-cache add --virtual sdl2deps sdl2-dev sdl2_ttf-dev sdl2_mixer-dev sdl2_image-dev
## RUN apk --no-cache add --virtual sdl2deps sdl2-dev sdl2_ttf-dev sdl2_mixer-dev sdl2_image-dev
RUN git clone https://github.com/vlang/v /opt/vlang && make && v -version