Skip to content

Commit 7eed99b

Browse files
author
Derek Hower
committed
Redirect stderr so I can see output in GitHub Actions
1 parent c494af4 commit 7eed99b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

backends/manual/tasks.rake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,8 @@ Dir.glob($root / "arch" / "manual" / "**" / "contents.yaml") do |content_fn|
306306
"--git-dir=#{$root}/.git/modules/ext/riscv-isa-manual",
307307
"worktree add",
308308
t.name,
309-
content_obj["isa_manual_tree"]
309+
content_obj["isa_manual_tree"],
310+
"2>&1"
310311
].join(" ")
311312
sh cmd
312313
end

0 commit comments

Comments
 (0)