mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-25 19:46:21 +00:00
Debugging cmake build #4
This commit is contained in:
21
.github/workflows/buildReleaseInclDocker.yml
vendored
21
.github/workflows/buildReleaseInclDocker.yml
vendored
@@ -298,10 +298,31 @@ jobs:
|
||||
uses: ./../actions/release-tag-action
|
||||
|
||||
# Install X11 dependencies
|
||||
- name: List
|
||||
run: |
|
||||
echo "---------------------------------------------------------------------"
|
||||
ls -l /usr/local/lib/libX11*
|
||||
echo "---------------------------------------------------------------------"
|
||||
ls -l /opt/X11
|
||||
echo "---------------------------------------------------------------------"
|
||||
ls -l /private/var/select/X11
|
||||
echo "---------------------------------------------------------------------"
|
||||
|
||||
|
||||
- name: Install X11 dependencies on MacOS
|
||||
run: |
|
||||
brew install --cask xquartz
|
||||
|
||||
- name: List2
|
||||
run: |
|
||||
echo "---------------------------------------------------------------------"
|
||||
ls -l /usr/local/lib/libX11*
|
||||
echo "---------------------------------------------------------------------"
|
||||
ls -l /opt/X11
|
||||
echo "---------------------------------------------------------------------"
|
||||
ls -l /private/var/select/X11
|
||||
echo "---------------------------------------------------------------------"
|
||||
|
||||
# Install SDL dependencies
|
||||
- name: Install SDL2 dependencies on MacOS
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user