Skip to content

Commit 58c776f

Browse files
Fix revision specification
This caused bad cache hit in CI
1 parent e5cca43 commit 58c776f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if File.exist?("build_manifest.json")
2727
begin
2828
manifest = JSON.parse(File.read("build_manifest.json"))
2929
manifest["ruby_revisions"].each do |name, rev|
30-
BUILD_SOURCES[name]["rev"] = rev
30+
BUILD_SOURCES[name][:rev] = rev
3131
end
3232
rescue StandardError
3333
$stderr.puts "Failed to load build_manifest.json"

0 commit comments

Comments
 (0)