Drop CI distcheck on pcp build as pcp-htop.c now contains main

This commit is contained in:
Nathan Scott 2021-04-08 10:24:34 +10:00
parent d4a2587568
commit 5abd7f2198
1 changed files with 0 additions and 2 deletions

View File

@ -125,8 +125,6 @@ jobs:
run: ./configure --enable-pcp --enable-unicode
- name: Build
run: make -k
- name: Distcheck
run: make distcheck DISTCHECK_CONFIGURE_FLAGS="--enable-pcp --enable-unicode"
build-ubuntu-latest-clang-analyzer:
runs-on: ubuntu-latest