Fix disabling 3.2 compatibility in MSVS 2026 CI job Add the test forgotten in the parent commit.
| ... | ... | @@ -106,7 +106,7 @@ jobs: |
| 106 | 106 | $use_std_string = "${{ matrix.use_std_string }}" ? 1 : 0
|
| 107 | 107 | $use_utf8 = "${{ matrix.use_utf8 }}" ? 1 : 0
|
| 108 | 108 | $no_compat_3_2 = "${{ matrix.no_compat_3_2 }}" ? 1 : 0
|
| 109 | - if ( $use_std_string -or $use_utf8 ) {
|
|
| 109 | + if ( $use_std_string -or $use_utf8 -or $no_compat_3_2 ) {
|
|
| 110 | 110 | $use_compat_3_2 = 1 - $no_compat_3_2
|
| 111 | 111 | $txt = Get-Content setup.h
|
| 112 | 112 | Write-Output $txt |
|
—
View it on GitLab.
You're receiving this email because of your account on gitlab.com. Manage all notifications · Help