File tree 1 file changed +16
-16
lines changed
1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -61,22 +61,22 @@ jobs:
61
61
# runs-on: ubuntu-latest
62
62
needs : docker_wine_cache
63
63
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'
80
80
81
81
# steps:
82
82
# - name: Checkout
You can’t perform that action at this time.
0 commit comments