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
cd /
output=$(python3 -c 'import pyray; pyray.init_window(100,100,"test")' 2>&1)
exit_code=$?
if echo "$output" | grep -q "INFO: Initializing raylib"; then
exit 0
else