Skip to content

Commit

Permalink
Redirect stderr so I can see output in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dhower-qc committed Sep 20, 2024
1 parent ca37269 commit c494af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backends/manual/tasks.rake
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ rule %r{#{MANUAL_GEN_DIR}/.*/top/.*/antora/playbook.yml} => proc { |tname|
end

file $root / "ext" / "riscv-isa-manual" / "README.md" do
sh "git submodule update --init ext/riscv-isa-manual"
sh "git submodule update --init ext/riscv-isa-manual 2>&1"
end

Dir.glob($root / "arch" / "manual" / "**" / "contents.yaml") do |content_fn|
Expand Down

0 comments on commit c494af4

Please sign in to comment.