summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2021-05-02 07:26:21 (GMT)
committerfvogel <fvogelnew1@free.fr>2021-05-02 07:26:21 (GMT)
commitd2f910a42cee5faecab99ea6c6dac0a59d5058fe (patch)
tree65936b4b52a7d014f1f0ba175fb41ee2d8d44fdc /.github
parentfe95f2f674229c2ec07ae13d92279a762ef0c906 (diff)
downloadtk-d2f910a42cee5faecab99ea6c6dac0a59d5058fe.zip
tk-d2f910a42cee5faecab99ea6c6dac0a59d5058fe.tar.gz
tk-d2f910a42cee5faecab99ea6c6dac0a59d5058fe.tar.bz2
Try searching what versions are available, and install version 2.7 of XQuartz...
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/mac-build.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/mac-build.yml b/.github/workflows/mac-build.yml
index 581aef3..6d3c3ab 100644
--- a/.github/workflows/mac-build.yml
+++ b/.github/workflows/mac-build.yml
@@ -73,7 +73,8 @@ jobs:
if: ${{ env.USE_XVFB }}
# This involves black magic
run: |
- brew install --cask xquartz
+ brew search xquartz
+ brew install --verbose --cask xquartz@2.7
sudo /opt/X11/lib/X11/xinit/privileged_startx.d/10-tmpdirs || true
working-directory: .
- name: Build Tcl