Skip to content

Commit cadf3d1

Browse files
try
1 parent 3c7289c commit cadf3d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ jobs:
227227
pip3 install dist/*.whl
228228
cd /
229229
echo "moo"
230-
(exec 2>/dev/null python3 -c 'import pyray; pyray.init_window(100,100,"test")' 2>/dev/null >output)
230+
python3 -c 'import pyray; pyray.init_window(100,100,"test")' >output 2>&1 || true
231231
echo "woo"
232232
cat output
233233
if grep -q "INFO: Initializing raylib" output; then

0 commit comments

Comments
 (0)