try
This commit is contained in:
parent
3c7289c844
commit
cadf3d1f0c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -227,7 +227,7 @@ jobs:
|
||||||
pip3 install dist/*.whl
|
pip3 install dist/*.whl
|
||||||
cd /
|
cd /
|
||||||
echo "moo"
|
echo "moo"
|
||||||
(exec 2>/dev/null python3 -c 'import pyray; pyray.init_window(100,100,"test")' 2>/dev/null >output)
|
python3 -c 'import pyray; pyray.init_window(100,100,"test")' >output 2>&1 || true
|
||||||
echo "woo"
|
echo "woo"
|
||||||
cat output
|
cat output
|
||||||
if grep -q "INFO: Initializing raylib" output; then
|
if grep -q "INFO: Initializing raylib" output; then
|
||||||
|
|
Reference in a new issue