1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ci: update sdl ci to compile shader example (#13805)

This commit is contained in:
Larpon 2022-03-22 16:36:23 +01:00 committed by GitHub
parent 82120d02a8
commit 894080b844
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,6 +40,7 @@ jobs:
- name: Build sdl examples
run: |
v shader sdl/examples/sdl_opengl_and_sokol
for example in sdl/examples/*; do
echo "v $example"
v "$example";