Commit 58f04c4
committed
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.build task issue in Ruby core CI1 parent 1e3ed08 commit 58f04c4
1 file changed
+5
-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 | + | |
55 | 60 | | |
56 | 61 | | |
57 | 62 | | |
| |||
0 commit comments