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

ci: use v should-compile-all sdl/examples/ instead of the bash script that choked on v sdl/examples/assets

This commit is contained in:
Delyan Angelov 2022-07-10 20:05:04 +03:00
parent 3b575e83f1
commit 3549055548
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -42,7 +42,4 @@ jobs:
- name: Build sdl examples - name: Build sdl examples
run: | run: |
v shader sdl/examples/sdl_opengl_and_sokol v shader sdl/examples/sdl_opengl_and_sokol
for example in sdl/examples/*; do v should-compile-all sdl/examples/
echo "v $example"
v "$example";
done