This commit is contained in:
Richard Smith 2024-10-16 00:22:22 +01:00
parent 447b17446f
commit 0bf9138122

View file

@ -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