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:
parent
3b575e83f1
commit
3549055548
5
.github/workflows/sdl_ci.yml
vendored
5
.github/workflows/sdl_ci.yml
vendored
@ -42,7 +42,4 @@ 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";
|
||||
done
|
||||
v should-compile-all sdl/examples/
|
||||
|
Loading…
Reference in New Issue
Block a user