mirror of https://github.com/xzeldon/htop.git
Update ci.yml
Comment out MacOSX for now - seems to be missing needed aclocal/m4 toolchain components.
This commit is contained in:
parent
e1f48c7c7c
commit
7fbbf25afe
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue