run-examples: Provide more error context for debugging
Use `anyhow` for nice errors and provide error context on commands that we run.
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -1742,6 +1742,7 @@ dependencies = [
|
||||
name = "run-examples"
|
||||
version = "0.18.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"cc",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user