Skip to content

Commit 2ab89ed

Browse files
committed
add sudo
1 parent 81c9405 commit 2ab89ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
-DGTSAM_WITH_TBB=OFF \
117117
-DPYTHON_EXECUTABLE=${{ env.VENV_PYTHON_EXECUTABLE }} \
118118
..
119-
make -j$(sysctl -n hw.physicalcpu) install
119+
sudo make -j$(sysctl -n hw.physicalcpu) install
120120
make -j$(sysctl -n hw.physicalcpu) python-install
121121
cd ${{ github.workspace }} # go back to home directory
122122
rm -rf /tmp/gtsam_source

0 commit comments

Comments
 (0)