Commit 6b57cf9
committed
.github/workflows/test.yml: add a workaround for Windows jobs
Currently, RI2 Ruby 3.2 and ruby-loco mswin builds contain OpenSSL 3.4
DLLs while mingw-w64 and vcpkg provide OpenSSL 3.5 headers. Overwrite
the builtin DLLs with 3.5 ones so that we can compile and test using the
same OpenSSL version.
The root cause has been fixed in RI2 Ruby 3.4.1 parent e730e45 commit 6b57cf9
1 file changed
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
39 | 53 | | |
40 | 54 | | |
41 | 55 | | |
| |||
0 commit comments