Skip to content

Commit

Permalink
Install libnabo with sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
boxanm committed Dec 9, 2024
1 parent a9590df commit 2eae627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ jobs:
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DUSE_OPEN_MP:BOOL=ON \
-S . -B ./build
cmake --build ./build --target install --parallel 4
sudo cmake --build ./build --target install --parallel 4
cd -
rm -r ./libnabo/build
Expand Down

0 comments on commit 2eae627

Please sign in to comment.