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

ci: fix sokol_shader_examples.yml

This commit is contained in:
Delyan Angelov 2021-02-18 11:47:01 +02:00
parent 0d69d97143
commit ac7feb9bca
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -37,7 +37,7 @@ jobs:
examples/sokol/03_march_tracing_glsl/rt_glsl \
examples/sokol/04_multi_shader_glsl/rt_glsl_puppy \
examples/sokol/04_multi_shader_glsl/rt_glsl_march \
examples/sokol/05_instancing_glsl/rt_glsl_instancing \
examples/sokol/05_instancing_glsl/rt_glsl_instancing \
; do \
echo "compiling shader $f.glsl ..."; \
sokol-tools-bin-pre-feb2021-api-changes/bin/linux/sokol-shdc --input $f.glsl --output $f.h --slang glsl330 ; \