This commit is contained in:
Richard Smith 2024-10-16 00:07:25 +01:00
parent 7899b51bbd
commit a11016ba34

View file

@ -227,6 +227,7 @@ jobs:
pip3 install dist/*.whl pip3 install dist/*.whl
cd / cd /
output=$(python3 -c 'import pyray; pyray.init_window(100,100,"test")' 2>&1) output=$(python3 -c 'import pyray; pyray.init_window(100,100,"test")' 2>&1)
exit_code=$?
if echo "$output" | grep -q "INFO: Initializing raylib"; then if echo "$output" | grep -q "INFO: Initializing raylib"; then
exit 0 exit 0
else else