Skip to content

Commit

Permalink
Now autoreconf not autogen.sh
Browse files Browse the repository at this point in the history
	modified:   freebsd_autotools.yml
  • Loading branch information
davea42 committed Dec 6, 2023
1 parent df0703d commit 55f6bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/freebsd_autotools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
echo $SHELL
sudo pkg install -y python3 bash automake libtool
sudo pkg install -y gmake binutils lzlib
sh ./autogen.sh
autoreconf --warnings=all -vif
./configure
make
make check
Expand Down

0 comments on commit 55f6bd9

Please sign in to comment.