diff --git a/ci/build.sh b/ci/build.sh index f0efde8..24c649a 100644 --- a/ci/build.sh +++ b/ci/build.sh @@ -21,6 +21,7 @@ autoreconf -Wcross --verbose --install --force --exclude=autopoint autoconf --force + # Run the configure script with the specified arguments ./configure ${BUILD_ARGS} make DESTDIR=${GITHUB_WORKSPACE}/build install diff --git a/ci/knp_build.sh b/ci/knp_build.sh index 708eff2..330be10 100644 --- a/ci/knp_build.sh +++ b/ci/knp_build.sh @@ -16,3 +16,4 @@ autoconf --force # Run the configure script with the specified arguments ./configure ${BUILD_ARGS} make DESTDIR=${GITHUB_WORKSPACE}/build install +