Skip to content

Commit b989f2b

Browse files
committed
Remove j
1 parent 6919886 commit b989f2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/raspberry-pi.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
echo "Attempt $attempt of $max_retries..."
9191
9292
set +e # Temporarily disable exit on error
93-
make -j
93+
make
9494
exit_code=$?
9595
set -e # Re-enable exit on error
9696

0 commit comments

Comments
 (0)