diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c0debbb0..af3eec4c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,17 +35,17 @@ jobs: ./configure make database/database.h make -j$(nproc) - simple_build_mac: - runs-on: macos-11 - steps: - - uses: actions/checkout@v2 - - name: Get Dependencies - run: | - brew install --cask xquartz - brew install cairo tcl-tk tcsh - - name: Build - run: | - export PATH="/opt/X11/bin:$PATH" - ./scripts/configure_mac - make database/database.h - make -j$(sysctl -n hw.ncpu) \ No newline at end of file + # simple_build_mac: + # runs-on: macos-11 + # steps: + # - uses: actions/checkout@v2 + # - name: Get Dependencies + # run: | + # brew install --cask xquartz + # brew install cairo tcl-tk tcsh + # - name: Build + # run: | + # export PATH="/opt/X11/bin:$PATH" + # ./scripts/configure_mac + # make database/database.h + # make -j$(sysctl -n hw.ncpu) \ No newline at end of file