Add resolver = 2 to fix Windows build error on Travis CI
This commit is contained in:
@ -86,3 +86,6 @@ members = [
|
||||
exclude = [
|
||||
"programs/bpf",
|
||||
]
|
||||
|
||||
# This prevents a Travis CI error when building for Windows.
|
||||
resolver = "2"
|
||||
|
Reference in New Issue
Block a user