try
This commit is contained in:
parent
a11016ba34
commit
447b17446f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -226,7 +226,7 @@ jobs:
|
|||
run: |
|
||||
pip3 install dist/*.whl
|
||||
cd /
|
||||
output=$(python3 -c 'import pyray; pyray.init_window(100,100,"test")' 2>&1)
|
||||
(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
|
||||
exit 0
|
||||
|
|
Reference in a new issue