mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-25 19:46:21 +00:00
Debugging cmake build #6
This commit is contained in:
36
.github/workflows/buildReleaseInclDocker.yml
vendored
36
.github/workflows/buildReleaseInclDocker.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user