Skip to content

Commit 469e588

Browse files
committed
Use sudo on installing nvxs
1 parent 9de4d66 commit 469e588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ before-all = [
33
"cd third_party/nvxs-1.0.2",
44
"./configure",
55
"make",
6-
"make install",
6+
"sudo make install",
77
]
88

99
[tool.yapf]

0 commit comments

Comments
 (0)