Skip to content

Commit

Permalink
CI: Remove Autoconf version num (FreeBSD & DragonFlyBSD)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Explorer09 authored and BenBE committed Apr 15, 2024
1 parent 49bad52 commit 550f101
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 550f101

Please sign in to comment.