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

pull/13808/head
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
1 changed files with 1 additions and 0 deletions

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";