ci: use ./v instead of v in "Shader examples could be build" step

pull/13861/head
Delyan Angelov 2022-03-31 13:53:02 +03:00
parent fa3fa2e74f
commit fb5df9665e
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ jobs:
echo "compiling shader $f.glsl ..."; \
./sokol-shdc --input $f.glsl --output $f.h --slang glsl330 ; \
done
v should-compile-all examples/sokol/*.v examples/sokol/0?*/*.v
./v should-compile-all examples/sokol/*.v examples/sokol/0?*/*.v
parser-silent:
runs-on: ubuntu-20.04