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
|
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
|
||||||
|
|
Loading…
Reference in New Issue