try
This commit is contained in:
parent
7899b51bbd
commit
a11016ba34
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Reference in a new issue