Skip to content

Commit b14d0a2

Browse files
try
1 parent cadf3d1 commit b14d0a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -227,10 +227,10 @@ jobs:
227227
pip3 install dist/*.whl
228228
cd /
229229
echo "moo"
230-
python3 -c 'import pyray; pyray.init_window(100,100,"test")' >output 2>&1 || true
230+
python3 -c 'import pyray; pyray.init_window(100,100,"test")' >/tmp/output 2>&1 || true
231231
echo "woo"
232-
cat output
233-
if grep -q "INFO: Initializing raylib" output; then
232+
cat /tmp/output
233+
if grep -q "INFO: Initializing raylib" /tmp/output; then
234234
echo "boo"
235235
exit 0
236236
else

0 commit comments

Comments
 (0)