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
steps:
- uses: actions/checkout@v2
- name: make
- name: Build
run: |
sudo apt-get install libncursesw5-dev
./autogen.sh
./configure
make
build-macos-latest:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: make
run: |
./configure
make
# build-macos-latest:
# runs-on: macos-latest
# steps:
# - uses: actions/checkout@v2
# - name: make
# run: |
# ./autogen.sh
# ./configure
# make