Update ci.yml

Comment out MacOSX for now - seems to be missing needed aclocal/m4 toolchain components.
This commit is contained in:
Nathan Scott 2020-08-17 15:53:49 +10:00 committed by GitHub
parent e1f48c7c7c
commit 7fbbf25afe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 9 deletions

View File

@ -11,18 +11,19 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: make - name: Build
run: | run: |
sudo apt-get install libncursesw5-dev sudo apt-get install libncursesw5-dev
./autogen.sh ./autogen.sh
./configure ./configure
make make
build-macos-latest: # build-macos-latest:
runs-on: macos-latest # runs-on: macos-latest
steps: # steps:
- uses: actions/checkout@v2 # - uses: actions/checkout@v2
- name: make # - name: make
run: | # run: |
./configure # ./autogen.sh
make # ./configure
# make