Skip to content

Commit b227b24

Browse files
authored
Merge pull request #32 from riscv-software-src/dhower/manual_appendix
Redirect stderr so I can see output in GitHub Actions
2 parents 9aa4a37 + 7eed99b commit b227b24

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)