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

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

This commit is contained in:
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

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