summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorExplorer09 <explorer09@gmail.com>2024-04-14 00:09:13 +0800
committerBenBE <BenBE@geshi.org>2024-04-15 09:33:21 +0200
commit550f101d7e9c082dad8e6e5687de41f9cbd854de (patch)
treed29aff8bd7cde0f7316a9b440de59659e85075c3
parent49bad52fc2f7f4ebae5ebf33d96e0f01d69ee905 (diff)
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 <explorer09@gmail.com>
-rwxr-xr-x.github/workflows/ci.yml4
1 files 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

© 2014-2024 Faster IT GmbH | imprint | privacy policy