Skip to content

Commit 447b174

Browse files
try
1 parent a11016b commit 447b174

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
@@ -226,7 +226,7 @@ jobs:
226226
run: |
227227
pip3 install dist/*.whl
228228
cd /
229-
output=$(python3 -c 'import pyray; pyray.init_window(100,100,"test")' 2>&1)
229+
(exec 2>/dev/null python3 -c 'import pyray; pyray.init_window(100,100,"test")' 2>/dev/null >output)
230230
exit_code=$?
231231
if echo "$output" | grep -q "INFO: Initializing raylib"; then
232232
exit 0

0 commit comments

Comments
 (0)