Skip to content

Commit 409bb1f

Browse files
committed
Remove env and strategy
1 parent 8283a3c commit 409bb1f

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/ci.yml

+16-16
Original file line numberDiff line numberDiff line change
@@ -61,22 +61,22 @@ jobs:
6161
# runs-on: ubuntu-latest
6262
needs: docker_wine_cache
6363

64-
env:
65-
WRAPPER_CMD: 'wine'
66-
WITH_VALGRIND: 'no'
67-
ECDH: 'yes'
68-
RECOVERY: 'yes'
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'
64+
# env:
65+
# WRAPPER_CMD: 'wine'
66+
# WITH_VALGRIND: 'no'
67+
# ECDH: 'yes'
68+
# RECOVERY: 'yes'
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'
8080

8181
# steps:
8282
# - name: Checkout

0 commit comments

Comments
 (0)