Skip to content

Commit 7f8160c

Browse files
authored
Merge pull request #430 from openzim/remove-win-cross-compile
Remove Windows cross-compilation
2 parents fd23466 + d10ec34 commit 7f8160c

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,6 @@ jobs:
105105
target:
106106
- linux-x86_64-static
107107
- linux-x86_64-dyn
108-
- win32-static
109-
- win32-dyn
110108
include:
111109
- target: linux-x86_64-static
112110
image_variant: focal
@@ -120,18 +118,6 @@ jobs:
120118
arch_name: linux-x86_64
121119
run_test: true
122120
coverage: true
123-
- target: win32-static
124-
image_variant: f35
125-
lib_postfix: '64'
126-
arch_name: i686-w64-mingw32
127-
run_test: false
128-
coverage: false
129-
- target: win32-dyn
130-
image_variant: f35
131-
lib_postfix: '64'
132-
arch_name: i686-w64-mingw32
133-
run_test: false
134-
coverage: false
135121
env:
136122
HOME: /home/runner
137123
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)