From 3549055548d946dd86ef94ef9737d8eb2b5c3598 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Sun, 10 Jul 2022 20:05:04 +0300 Subject: [PATCH] ci: use `v should-compile-all sdl/examples/` instead of the bash script that choked on `v sdl/examples/assets` --- .github/workflows/sdl_ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/sdl_ci.yml b/.github/workflows/sdl_ci.yml index 657f6e855b..b42ac8ddd0 100644 --- a/.github/workflows/sdl_ci.yml +++ b/.github/workflows/sdl_ci.yml @@ -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/