Skip to content

Commit 0bf9138

Browse files
try
1 parent 447b174 commit 0bf9138

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
@@ -228,7 +228,7 @@ jobs:
228228
cd /
229229
(exec 2>/dev/null python3 -c 'import pyray; pyray.init_window(100,100,"test")' 2>/dev/null >output)
230230
exit_code=$?
231-
if echo "$output" | grep -q "INFO: Initializing raylib"; then
231+
if cat output | grep -q "INFO: Initializing raylib"; then
232232
exit 0
233233
else
234234
exit 1

0 commit comments

Comments
 (0)