Commit d5ec331
Workaround
The issue is described in
ruby/rubygems#8477
The issue fails the workflow whenever RDoc's version is bumped as there
will then be a mismatch between the target file name and the version
that's actually built.
For example:
```
rdoc 6.13.0 built to pkg/rdoc-6.12.0.gem.
```
This commit works around the issue by manually building the gem and
installing it locally so the latest installed version will match the
version contained in the gemspec file.
---------
Co-authored-by: Sutou Kouhei <[email protected]>build task issue in Ruby core CI (#1326)1 parent 1e3ed08 commit d5ec331
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
53 | 56 | | |
54 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
55 | 62 | | |
56 | 63 | | |
57 | 64 | | |
| |||
0 commit comments