We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6919886 commit b989f2bCopy full SHA for b989f2b
.github/workflows/raspberry-pi.yaml
@@ -90,7 +90,7 @@ jobs:
90
echo "Attempt $attempt of $max_retries..."
91
92
set +e # Temporarily disable exit on error
93
- make -j
+ make
94
exit_code=$?
95
set -e # Re-enable exit on error
96
0 commit comments