summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2021-05-08 12:18:11 (GMT)
committerfvogel <fvogelnew1@free.fr>2021-05-08 12:18:11 (GMT)
commit1e0bce7aa5a6cbce9fcc20e07f236ae9d353b4bf (patch)
treec60e212b8bde21da99d978fe95366fcc9156d299 /.github
parent7a8e5189e8938734110451af492ef9e76380acf2 (diff)
downloadtk-1e0bce7aa5a6cbce9fcc20e07f236ae9d353b4bf.zip
tk-1e0bce7aa5a6cbce9fcc20e07f236ae9d353b4bf.tar.gz
tk-1e0bce7aa5a6cbce9fcc20e07f236ae9d353b4bf.tar.bz2
Apply recommendation from the XQuartz (xvfb) guys [https://github.com/XQuartz/XQuartz/issues/162#issuecomment-833215208]
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/mac-build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/mac-build.yml b/.github/workflows/mac-build.yml
index 41da00c..f3cc976 100644
--- a/.github/workflows/mac-build.yml
+++ b/.github/workflows/mac-build.yml
@@ -74,7 +74,7 @@ jobs:
# This involves black magic
run: |
brew install --cask xquartz
- sudo /opt/X11/lib/X11/xinit/privileged_startx.d/10-tmpdirs || true
+ sudo /opt/X11/libexec/privileged_startx || true
working-directory: .
- name: Build Tcl
# Note that macOS is always a 64 bit platform