mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-30 12:47:05 +00:00
Resolve merge conflicts
This commit is contained in:
@@ -20,6 +20,7 @@ fn build_result(repo_dir: &Path) -> Output {
|
||||
.arg("src/Nethermind/Nethermind.sln")
|
||||
.arg("-c")
|
||||
.arg("Release")
|
||||
.arg("-p:TreatWarningsAsErrors=false")
|
||||
.current_dir(repo_dir)
|
||||
.output()
|
||||
.expect("failed to make nethermind")
|
||||
|
||||
Reference in New Issue
Block a user