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:
8
.github/workflows/buildReleaseInclDocker.yml
vendored
8
.github/workflows/buildReleaseInclDocker.yml
vendored
@@ -313,9 +313,15 @@ jobs:
|
||||
echo "---------------------------------------------------------------------"
|
||||
continue-on-error: true
|
||||
|
||||
- name: Unistall X components already on the runner
|
||||
run: |
|
||||
brew uninstall --ignore-dependencies libxft
|
||||
brew uninstall --ignore-dependencies libxrender
|
||||
brew uninstall --ignore-dependencies libxext
|
||||
brew uninstall --ignore-dependencies libx11
|
||||
|
||||
- name: Install X11 dependencies on MacOS
|
||||
run: |
|
||||
brew uninstall libx11
|
||||
brew install --cask xquartz
|
||||
|
||||
- name: List2
|
||||
|
||||
Reference in New Issue
Block a user