We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb64cc5 commit b690f2cCopy full SHA for b690f2c
.github/actions/build/entrypoint.sh
@@ -29,7 +29,7 @@ if [ $? -ne 0 ]; then
29
echo "ERROR: Cmake for Sparta framework failed"
30
exit 1
31
fi
32
-make -j$NUM_CORES install
+sudo make -j$NUM_CORES install
33
BUILD_SPARTA=$?
34
if [ ${BUILD_SPARTA} -ne 0 ]; then
35
echo "ERROR: build sparta FAILED!!!"
0 commit comments