Commit 82c1a14
committed
Fix autoconf auxiliary files issue in CI
The Ubuntu latest runner update caused autoconf to fail with
"cannot find required auxiliary files: config.guess config.sub".
This commit ensures these files are downloaded before running
autoconf.
This approach follows the solution in ruby/prism#35381 parent 282fec8 commit 82c1a14
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
46 | 51 | | |
47 | 52 | | |
48 | 53 | | |
| |||
0 commit comments