|
42 | 42 | run: | |
43 | 43 | C:\\tools\\cygwin\\bin\\bash -l -c 'export PATH=/usr/local/bin:/usr/bin && cd $(cygpath -u "$GITHUB_WORKSPACE") && env && ./bootstrap' |
44 | 44 | - name: install additional cygwin packages with choco |
45 | | - if: matrix.pkgs == 'standard' |
| 45 | + if: contains(matrix.pkgs, 'standard') |
46 | 46 | shell: bash {0} |
47 | 47 | run: | |
48 | 48 | PACKAGES=$(sed 's/#.*//;' ./build/pkgs/*/distros/cygwin.txt) |
@@ -112,7 +112,7 @@ jobs: |
112 | 112 | run: | |
113 | 113 | C:\\tools\\cygwin\\bin\\bash -l -c 'export PATH=/usr/local/bin:/usr/bin && cd $(cygpath -u "$GITHUB_WORKSPACE") && env && ./bootstrap' |
114 | 114 | - name: install additional cygwin packages with choco |
115 | | - if: matrix.pkgs == 'standard' |
| 115 | + if: contains(matrix.pkgs, 'standard') |
116 | 116 | shell: bash {0} |
117 | 117 | run: | |
118 | 118 | PACKAGES=$(sed 's/#.*//;' ./build/pkgs/*/distros/cygwin.txt) |
@@ -185,7 +185,7 @@ jobs: |
185 | 185 | run: | |
186 | 186 | C:\\tools\\cygwin\\bin\\bash -l -c 'export PATH=/usr/local/bin:/usr/bin && cd $(cygpath -u "$GITHUB_WORKSPACE") && env && ./bootstrap' |
187 | 187 | - name: install additional cygwin packages with choco |
188 | | - if: matrix.pkgs == 'standard' |
| 188 | + if: contains(matrix.pkgs, 'standard') |
189 | 189 | shell: bash {0} |
190 | 190 | run: | |
191 | 191 | PACKAGES=$(sed 's/#.*//;' ./build/pkgs/*/distros/cygwin.txt) |
@@ -267,7 +267,7 @@ jobs: |
267 | 267 | run: | |
268 | 268 | C:\\tools\\cygwin\\bin\\bash -l -c 'export PATH=/usr/local/bin:/usr/bin && cd $(cygpath -u "$GITHUB_WORKSPACE") && env && ./bootstrap' |
269 | 269 | - name: install additional cygwin packages with choco |
270 | | - if: matrix.pkgs == 'standard' |
| 270 | + if: contains(matrix.pkgs, 'standard') |
271 | 271 | shell: bash {0} |
272 | 272 | run: | |
273 | 273 | PACKAGES=$(sed 's/#.*//;' ./build/pkgs/*/distros/cygwin.txt) |
@@ -347,7 +347,7 @@ jobs: |
347 | 347 | run: | |
348 | 348 | C:\\tools\\cygwin\\bin\\bash -l -c 'export PATH=/usr/local/bin:/usr/bin && cd $(cygpath -u "$GITHUB_WORKSPACE") && env && ./bootstrap' |
349 | 349 | - name: install additional cygwin packages with choco |
350 | | - if: matrix.pkgs == 'standard' |
| 350 | + if: contains(matrix.pkgs, 'standard') |
351 | 351 | shell: bash {0} |
352 | 352 | run: | |
353 | 353 | PACKAGES=$(sed 's/#.*//;' ./build/pkgs/*/distros/cygwin.txt) |
@@ -427,7 +427,7 @@ jobs: |
427 | 427 | run: | |
428 | 428 | C:\\tools\\cygwin\\bin\\bash -l -c 'export PATH=/usr/local/bin:/usr/bin && cd $(cygpath -u "$GITHUB_WORKSPACE") && env && ./bootstrap' |
429 | 429 | - name: install additional cygwin packages with choco |
430 | | - if: matrix.pkgs == 'standard' |
| 430 | + if: contains(matrix.pkgs, 'standard') |
431 | 431 | shell: bash {0} |
432 | 432 | run: | |
433 | 433 | PACKAGES=$(sed 's/#.*//;' ./build/pkgs/*/distros/cygwin.txt) |
@@ -508,7 +508,7 @@ jobs: |
508 | 508 | run: | |
509 | 509 | C:\\tools\\cygwin\\bin\\bash -l -c 'export PATH=/usr/local/bin:/usr/bin && cd $(cygpath -u "$GITHUB_WORKSPACE") && env && ./bootstrap' |
510 | 510 | - name: install additional cygwin packages with choco |
511 | | - if: matrix.pkgs == 'standard' |
| 511 | + if: contains(matrix.pkgs, 'standard') |
512 | 512 | shell: bash {0} |
513 | 513 | run: | |
514 | 514 | PACKAGES=$(sed 's/#.*//;' ./build/pkgs/*/distros/cygwin.txt) |
@@ -588,7 +588,7 @@ jobs: |
588 | 588 | run: | |
589 | 589 | C:\\tools\\cygwin\\bin\\bash -l -c 'export PATH=/usr/local/bin:/usr/bin && cd $(cygpath -u "$GITHUB_WORKSPACE") && env && ./bootstrap' |
590 | 590 | - name: install additional cygwin packages with choco |
591 | | - if: matrix.pkgs == 'standard' |
| 591 | + if: contains(matrix.pkgs, 'standard') |
592 | 592 | shell: bash {0} |
593 | 593 | run: | |
594 | 594 | PACKAGES=$(sed 's/#.*//;' ./build/pkgs/*/distros/cygwin.txt) |
|
0 commit comments