Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit d6bf4b1

Browse files
author
Matthias Koeppe
committed
ci-cygwin.yml: Install standard system packages also for 'stndard-python2'
1 parent 998f02d commit d6bf4b1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci-cygwin.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: |
4343
C:\\tools\\cygwin\\bin\\bash -l -c 'export PATH=/usr/local/bin:/usr/bin && cd $(cygpath -u "$GITHUB_WORKSPACE") && env && ./bootstrap'
4444
- name: install additional cygwin packages with choco
45-
if: matrix.pkgs == 'standard'
45+
if: contains(matrix.pkgs, 'standard')
4646
shell: bash {0}
4747
run: |
4848
PACKAGES=$(sed 's/#.*//;' ./build/pkgs/*/distros/cygwin.txt)
@@ -112,7 +112,7 @@ jobs:
112112
run: |
113113
C:\\tools\\cygwin\\bin\\bash -l -c 'export PATH=/usr/local/bin:/usr/bin && cd $(cygpath -u "$GITHUB_WORKSPACE") && env && ./bootstrap'
114114
- name: install additional cygwin packages with choco
115-
if: matrix.pkgs == 'standard'
115+
if: contains(matrix.pkgs, 'standard')
116116
shell: bash {0}
117117
run: |
118118
PACKAGES=$(sed 's/#.*//;' ./build/pkgs/*/distros/cygwin.txt)
@@ -185,7 +185,7 @@ jobs:
185185
run: |
186186
C:\\tools\\cygwin\\bin\\bash -l -c 'export PATH=/usr/local/bin:/usr/bin && cd $(cygpath -u "$GITHUB_WORKSPACE") && env && ./bootstrap'
187187
- name: install additional cygwin packages with choco
188-
if: matrix.pkgs == 'standard'
188+
if: contains(matrix.pkgs, 'standard')
189189
shell: bash {0}
190190
run: |
191191
PACKAGES=$(sed 's/#.*//;' ./build/pkgs/*/distros/cygwin.txt)
@@ -267,7 +267,7 @@ jobs:
267267
run: |
268268
C:\\tools\\cygwin\\bin\\bash -l -c 'export PATH=/usr/local/bin:/usr/bin && cd $(cygpath -u "$GITHUB_WORKSPACE") && env && ./bootstrap'
269269
- name: install additional cygwin packages with choco
270-
if: matrix.pkgs == 'standard'
270+
if: contains(matrix.pkgs, 'standard')
271271
shell: bash {0}
272272
run: |
273273
PACKAGES=$(sed 's/#.*//;' ./build/pkgs/*/distros/cygwin.txt)
@@ -347,7 +347,7 @@ jobs:
347347
run: |
348348
C:\\tools\\cygwin\\bin\\bash -l -c 'export PATH=/usr/local/bin:/usr/bin && cd $(cygpath -u "$GITHUB_WORKSPACE") && env && ./bootstrap'
349349
- name: install additional cygwin packages with choco
350-
if: matrix.pkgs == 'standard'
350+
if: contains(matrix.pkgs, 'standard')
351351
shell: bash {0}
352352
run: |
353353
PACKAGES=$(sed 's/#.*//;' ./build/pkgs/*/distros/cygwin.txt)
@@ -427,7 +427,7 @@ jobs:
427427
run: |
428428
C:\\tools\\cygwin\\bin\\bash -l -c 'export PATH=/usr/local/bin:/usr/bin && cd $(cygpath -u "$GITHUB_WORKSPACE") && env && ./bootstrap'
429429
- name: install additional cygwin packages with choco
430-
if: matrix.pkgs == 'standard'
430+
if: contains(matrix.pkgs, 'standard')
431431
shell: bash {0}
432432
run: |
433433
PACKAGES=$(sed 's/#.*//;' ./build/pkgs/*/distros/cygwin.txt)
@@ -508,7 +508,7 @@ jobs:
508508
run: |
509509
C:\\tools\\cygwin\\bin\\bash -l -c 'export PATH=/usr/local/bin:/usr/bin && cd $(cygpath -u "$GITHUB_WORKSPACE") && env && ./bootstrap'
510510
- name: install additional cygwin packages with choco
511-
if: matrix.pkgs == 'standard'
511+
if: contains(matrix.pkgs, 'standard')
512512
shell: bash {0}
513513
run: |
514514
PACKAGES=$(sed 's/#.*//;' ./build/pkgs/*/distros/cygwin.txt)
@@ -588,7 +588,7 @@ jobs:
588588
run: |
589589
C:\\tools\\cygwin\\bin\\bash -l -c 'export PATH=/usr/local/bin:/usr/bin && cd $(cygpath -u "$GITHUB_WORKSPACE") && env && ./bootstrap'
590590
- name: install additional cygwin packages with choco
591-
if: matrix.pkgs == 'standard'
591+
if: contains(matrix.pkgs, 'standard')
592592
shell: bash {0}
593593
run: |
594594
PACKAGES=$(sed 's/#.*//;' ./build/pkgs/*/distros/cygwin.txt)

0 commit comments

Comments
 (0)