try
This commit is contained in:
parent
447b17446f
commit
0bf9138122
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -228,7 +228,7 @@ jobs:
|
||||||
cd /
|
cd /
|
||||||
(exec 2>/dev/null python3 -c 'import pyray; pyray.init_window(100,100,"test")' 2>/dev/null >output)
|
(exec 2>/dev/null python3 -c 'import pyray; pyray.init_window(100,100,"test")' 2>/dev/null >output)
|
||||||
exit_code=$?
|
exit_code=$?
|
||||||
if echo "$output" | grep -q "INFO: Initializing raylib"; then
|
if cat output | grep -q "INFO: Initializing raylib"; then
|
||||||
exit 0
|
exit 0
|
||||||
else
|
else
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Reference in a new issue