We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
strategy
1 parent 409bb1f commit 65f3bc7Copy full SHA for 65f3bc7
.github/workflows/ci.yml
@@ -69,14 +69,14 @@ jobs:
69
# SCHNORRSIG: 'yes'
70
# CTIMETESTS: 'no'
71
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'
+ strategy:
+ fail-fast: false
+ matrix:
+ configuration:
+ - job_name: 'x86_64 (mingw32-w64): Windows (Debian stable, Wine)'
+ env_vars: 'HOST=x86_64-w64-mingw32'
+ - job_name: 'i686 (mingw32-w64): Windows (Debian stable, Wine)'
+ env_vars: 'HOST=i686-w64-mingw32'
80
81
# steps:
82
# - name: Checkout
0 commit comments