Skip to content

Commit

Permalink
WIP: Add sudo for package step only
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocarnelos committed May 14, 2024
1 parent 8521aba commit fae6f91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ condition = { platforms = [ "linux" ] }
dependencies = [
"default"
]
script = { file = ".make/sailtrack-package" }
command = "sudo"
args = ["./.make/sailtrack-package"]

0 comments on commit fae6f91

Please sign in to comment.