Browse Source

Add windows XP to regular cross-compile tests

pull/1144/head
Hamish Coleman 1 year ago
parent
commit
5eaf7fca8b
  1. 2
      .github/workflows/tests.yml

2
.github/workflows/tests.yml

@ -706,6 +706,8 @@ jobs:
# Unfortunately, the ubnuts mingw package names dont follow the # Unfortunately, the ubnuts mingw package names dont follow the
# same naming convention as every other cross-compiler. # same naming convention as every other cross-compiler.
- arch: i686-w64-mingw32
package_suffix: mingw-w64-i686
- arch: x86_64-w64-mingw32 - arch: x86_64-w64-mingw32
package_suffix: mingw-w64-x86-64 package_suffix: mingw-w64-x86-64

Loading…
Cancel
Save