We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a82fd9 commit 2381cf2Copy full SHA for 2381cf2
1 file changed
.github/workflows/ci-matrix-gen.yml
@@ -106,6 +106,7 @@ jobs:
106
- name: Install system packages on macOS
107
if: ${{ runner.os == 'macOS' && matrix.system_packages }}
108
run: |
109
+ echo $PATH
110
brew update
111
for pkg in ${{ matrix.system_packages }}; do
112
brew install "$pkg" || true
@@ -231,7 +232,6 @@ jobs:
231
232
if: ${{ success() || inputs.jobs_to_run }}
233
needs: [generate-tier2, tier1]
234
runs-on: ${{ matrix.os }}
- env: ${{ matrix.env }}
235
strategy:
236
fail-fast: false
237
matrix:
@@ -242,7 +242,6 @@ jobs:
242
243
needs: [generate-tier3, tier2]
244
245
246
247
248
0 commit comments