Skip to content

Commit

Permalink
Merge pull request #448 from riscv-software-src/dhower-qc-patch-2
Browse files Browse the repository at this point in the history
Update Rakefile
  • Loading branch information
dhower-qc authored Jan 29, 2025
2 parents ce0dc0a + 63b87b8 commit bfda3e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def cfg_arch_for(config_name)
)
end

file "#{$root}/.stamps/dev_gems" do |t|
file "#{$root}/.stamps/dev_gems" => ["#{$root}/.stamps"] do |t|
sh "bundle exec yard config --gem-install-yri"
sh "bundle exec yard gem"
FileUtils.touch t.name
Expand Down

0 comments on commit bfda3e5

Please sign in to comment.