From 7a8e5189e8938734110451af492ef9e76380acf2 Mon Sep 17 00:00:00 2001 From: fvogel Date: Mon, 3 May 2021 07:33:20 +0000 Subject: Previous commit results in 'Error: Cask 'xquartz@2.7' is unavailable: No Cask with this name exists.'. Forget about this way, then. --- .github/workflows/mac-build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/mac-build.yml b/.github/workflows/mac-build.yml index d57a62f..41da00c 100644 --- a/.github/workflows/mac-build.yml +++ b/.github/workflows/mac-build.yml @@ -73,8 +73,7 @@ jobs: if: ${{ env.USE_XVFB }} # This involves black magic run: | - brew search xquartz - brew install --verbose --cask xquartz@2.7 + brew install --cask xquartz sudo /opt/X11/lib/X11/xinit/privileged_startx.d/10-tmpdirs || true working-directory: . - name: Build Tcl @@ -129,7 +128,7 @@ jobs: : do nothing } fi - ( runXvfb :1; make test-classic test-ttk; exit $? ) | tee out.txt || { + ( runXvfb :0; make test-classic test-ttk; exit $? ) | tee out.txt || { echo "::error::Failure during Test" exit 1 } -- cgit v0.12