From 550f101d7e9c082dad8e6e5687de41f9cbd854de Mon Sep 17 00:00:00 2001 From: Explorer09 Date: Sun, 14 Apr 2024 00:09:13 +0800 Subject: CI: Remove Autoconf version num (FreeBSD & DragonFlyBSD) Recently FreeBSD updated its Autoconf package to 2.72 and removed the old Autoconf-2.71 package. This caused build error in our CI jobs. Remove the Autoconf version number from FreeBSD and DragonFlyBSD jobs. Signed-off-by: Kang-Che Sung --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 02ce5364..923e841d 100755 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -210,7 +210,7 @@ jobs: release: '6.4.0' usesh: true prepare: | - pkg install -y gmake autoconf-2.71 automake ncurses git + pkg install -y gmake autoconf automake ncurses git git config --global --add safe.directory /home/runner/work/htop/htop run: | set -e @@ -233,7 +233,7 @@ jobs: release: '14.0' usesh: true prepare: | - pkg install -y gmake autoconf-2.71 automake git + pkg install -y gmake autoconf automake git git config --global --add safe.directory /home/runner/work/htop/htop run: | set -e -- cgit v1.2.3