diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build-centos.yml | 4 | ||||
-rw-r--r-- | .github/workflows/build.yml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build-centos.yml b/.github/workflows/build-centos.yml index 1823e26be..dd1f88a0e 100644 --- a/.github/workflows/build-centos.yml +++ b/.github/workflows/build-centos.yml @@ -27,8 +27,8 @@ jobs: sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-* yum -y update yum -y install curl gpg - curl 'https://packages.ntop.org/centos-stable/ntop.repo' > /etc/yum.repos.d/ntop.repo - curl 'https://packages.ntop.org/centos-stable/RPM-GPG-KEY-deri' | gpg --import + curl 'https://packages.ntop.org/centos/ntop.repo' > /etc/yum.repos.d/ntop.repo + curl 'https://packages.ntop.org/centos/RPM-GPG-KEY-deri' | gpg --import yum -y install yum-utils dnf-plugins-core epel-release dnf config-manager --set-enabled powertools yum -y update diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ec76156bc..b30edc945 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: os: ["ubuntu-latest", "ubuntu-20.04"] ndpid_gcrypt: ["-DNDPI_WITH_GCRYPT=OFF", "-DNDPI_WITH_GCRYPT=ON"] ndpid_zlib: ["-DENABLE_ZLIB=OFF", "-DENABLE_ZLIB=ON"] - ndpi_min_version: ["4.6"] + ndpi_min_version: ["4.8"] include: - compiler: "default-cc" os: "ubuntu-latest" |