diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-01-22 11:08:01 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-01-22 11:08:01 (GMT) |
commit | f31f7c15c932ef82b7ea1ce4df7b3a1436118d62 (patch) | |
tree | 4769a78148772f932274d91d7596414d2fa5e33c /.github | |
parent | 617afea2de833e496113d4698a66a470fe2d0b43 (diff) | |
download | tk-f31f7c15c932ef82b7ea1ce4df7b3a1436118d62.zip tk-f31f7c15c932ef82b7ea1ce4df7b3a1436118d62.tar.gz tk-f31f7c15c932ef82b7ea1ce4df7b3a1436118d62.tar.bz2 |
Mark testcases which fail on XQuarz
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/mac-build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/mac-build.yml b/.github/workflows/mac-build.yml index 07ef4c2..70d31f2 100644 --- a/.github/workflows/mac-build.yml +++ b/.github/workflows/mac-build.yml @@ -27,8 +27,8 @@ jobs: env: USE_XVFB: ${{ contains(matrix.options, '--disable-aqua') }} - name: Add Tcl - run: | - brew install tcl-tk + run: | + brew install tcl-tk - name: Add X11 if: ${{ env.USE_XVFB }} # This involves black magic |