Skip to content

Commit 65f3bc7

Browse files
committed
Revert strategy
1 parent 409bb1f commit 65f3bc7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,14 @@ jobs:
6969
# SCHNORRSIG: 'yes'
7070
# CTIMETESTS: 'no'
7171

72-
# strategy:
73-
# fail-fast: false
74-
# matrix:
75-
# configuration:
76-
# - job_name: 'x86_64 (mingw32-w64): Windows (Debian stable, Wine)'
77-
# env_vars: 'HOST=x86_64-w64-mingw32'
78-
# - job_name: 'i686 (mingw32-w64): Windows (Debian stable, Wine)'
79-
# env_vars: 'HOST=i686-w64-mingw32'
72+
strategy:
73+
fail-fast: false
74+
matrix:
75+
configuration:
76+
- job_name: 'x86_64 (mingw32-w64): Windows (Debian stable, Wine)'
77+
env_vars: 'HOST=x86_64-w64-mingw32'
78+
- job_name: 'i686 (mingw32-w64): Windows (Debian stable, Wine)'
79+
env_vars: 'HOST=i686-w64-mingw32'
8080

8181
# steps:
8282
# - name: Checkout

0 commit comments

Comments
 (0)