Disable Mac CI for now: XQuartz breaks on Github Actions

This commit is contained in:
Mohamed Gaber 2022-04-30 04:21:36 +02:00 committed by Tim Edwards
parent 9bf3d76260
commit e240185298
1 changed files with 14 additions and 14 deletions

View File

@ -35,17 +35,17 @@ jobs:
./configure ./configure
make database/database.h make database/database.h
make -j$(nproc) make -j$(nproc)
simple_build_mac: # simple_build_mac:
runs-on: macos-11 # runs-on: macos-11
steps: # steps:
- uses: actions/checkout@v2 # - uses: actions/checkout@v2
- name: Get Dependencies # - name: Get Dependencies
run: | # run: |
brew install --cask xquartz # brew install --cask xquartz
brew install cairo tcl-tk tcsh # brew install cairo tcl-tk tcsh
- name: Build # - name: Build
run: | # run: |
export PATH="/opt/X11/bin:$PATH" # export PATH="/opt/X11/bin:$PATH"
./scripts/configure_mac # ./scripts/configure_mac
make database/database.h # make database/database.h
make -j$(sysctl -n hw.ncpu) # make -j$(sysctl -n hw.ncpu)