Skip to content

Commit b690f2c

Browse files
committed
Sudo install of sparta
1 parent eb64cc5 commit b690f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if [ $? -ne 0 ]; then
2929
echo "ERROR: Cmake for Sparta framework failed"
3030
exit 1
3131
fi
32-
make -j$NUM_CORES install
32+
sudo make -j$NUM_CORES install
3333
BUILD_SPARTA=$?
3434
if [ ${BUILD_SPARTA} -ne 0 ]; then
3535
echo "ERROR: build sparta FAILED!!!"

0 commit comments

Comments
 (0)