We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bbba29 commit 2fc003aCopy full SHA for 2fc003a
1 file changed
.github/workflows/docker.yml
@@ -190,13 +190,9 @@ jobs:
190
labels: ${{ needs.generate-tags.outputs.labels }}
191
192
- name: Set environment variables
193
- run: |
194
- # odeprecated: remove 22.04 in Homebrew >=5.4
195
- if [[ "${VERSION}" == "22.04" ]]; then
196
- echo "HOMEBREW_GLIBC_TESTING=1" >> "$GITHUB_ENV"
197
- fi
198
- env:
199
- VERSION: ${{ matrix.version }}
+ if: matrix.version == '22.04'
+ # odeprecated: remove 22.04 in Homebrew >=5.4
+ run: echo "HOMEBREW_GLIBC_TESTING=1" >> "$GITHUB_ENV"
200
201
- name: Run brew test-bot --only-setup
202
run: docker run --env HOMEBREW_GLIBC_TESTING --rm brew brew test-bot --only-setup
0 commit comments