From 0bf913812234b557012d8e44ae6df0b8886f80ea Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Wed, 16 Oct 2024 00:22:22 +0100 Subject: [PATCH] try --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b37289f..f330cd6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -228,7 +228,7 @@ jobs: cd / (exec 2>/dev/null python3 -c 'import pyray; pyray.init_window(100,100,"test")' 2>/dev/null >output) exit_code=$? - if echo "$output" | grep -q "INFO: Initializing raylib"; then + if cat output | grep -q "INFO: Initializing raylib"; then exit 0 else exit 1