From b7bcbc1a8507c256defa0f7e818da121b49bcf82 Mon Sep 17 00:00:00 2001 From: Frank Halasz Date: Wed, 7 Jun 2023 17:28:47 -0700 Subject: [PATCH] Debugging cmake build #6 --- .github/workflows/buildReleaseInclDocker.yml | 36 ++++++-------------- 1 file changed, 11 insertions(+), 25 deletions(-) diff --git a/.github/workflows/buildReleaseInclDocker.yml b/.github/workflows/buildReleaseInclDocker.yml index a4149d7..972ffb9 100644 --- a/.github/workflows/buildReleaseInclDocker.yml +++ b/.github/workflows/buildReleaseInclDocker.yml @@ -297,22 +297,15 @@ jobs: id: tag uses: ./../actions/release-tag-action - # Install X11 dependencies - name: List run: | echo "---------------------------------------------------------------------" - ls -l /usr/local/lib/libX11* - continue-on-error: true - - run: | - echo "---------------------------------------------------------------------" - ls -l /private/var/select/X11 - continue-on-error: true - - run: | - echo "---------------------------------------------------------------------" - ls -l /opt/X11 + ls -l /usr/local/include + ls -l /usr/local/include/X11 echo "---------------------------------------------------------------------" continue-on-error: true + # Install X11 dependencies - name: Unistall X components already on the runner run: | brew uninstall --ignore-dependencies libxft @@ -320,6 +313,14 @@ jobs: brew uninstall --ignore-dependencies libxext brew uninstall --ignore-dependencies libx11 + - name: List2 + run: | + echo "---------------------------------------------------------------------" + ls -l /usr/local/include + ls -l /usr/local/include/X11 + echo "---------------------------------------------------------------------" + continue-on-error: true + - name: Install X11 dependencies on MacOS env: GH_TOKEN: ${{ github.token }} @@ -327,21 +328,6 @@ jobs: gh release download XQuartz-2.8.5 --repo XQuartz/XQuartz --pattern XQuartz-2.8.5.pkg sudo installer -pkg ./XQuartz-2.8.5.pkg -target / - - name: List2 - run: | - echo "---------------------------------------------------------------------" - ls -l /usr/local/lib/libX11* - continue-on-error: true - - run: | - echo "---------------------------------------------------------------------" - ls -l /private/var/select/X11 - continue-on-error: true - - run: | - echo "---------------------------------------------------------------------" - ls -l /opt/X11 - echo "---------------------------------------------------------------------" - continue-on-error: true - # Install SDL dependencies - name: Install SDL2 dependencies on MacOS env: