Skip to content

Commit

Permalink
Use sudo on installing nvxs
Browse files Browse the repository at this point in the history
  • Loading branch information
nya3jp committed Dec 28, 2024
1 parent 9de4d66 commit 469e588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ before-all = [
"cd third_party/nvxs-1.0.2",
"./configure",
"make",
"make install",
"sudo make install",
]

[tool.yapf]
Expand Down

0 comments on commit 469e588

Please sign in to comment.