Skip to content

Commit

Permalink
fix: nuget fails on Ubuntu or Debian
Browse files Browse the repository at this point in the history
  • Loading branch information
homuler committed Apr 30, 2021
1 parent f606b15 commit e00e4ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ def _build_proto_srcs_commands(self):
return commands

def _build_proto_dlls_commands(self):
return ['nuget', 'install', '-o', '.nuget']
return ['nuget', 'install', '-o', '.nuget', '-Source', 'https://api.nuget.org/v3/index.json']


class CleanCommand(Command):
Expand Down

0 comments on commit e00e4ae

Please sign in to comment.