"fix" #81 (#84)
* libtool patch * keep the rest of the configure script as is * missing newline * update the location of the patch * fail silently * make the patching more.. transparent * try an alternate way of solving this * address the problems * Change the mirror Co-authored-by: Caleb Maclennan <caleb@alerque.com> Co-authored-by: Caleb Maclennan <caleb@alerque.com>
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index f185ee9..8f5bdc5 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -9,6 +9,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
+ - name: Install libtool v2.4.7
+ run: |
+ wget -q https://ftpmirror.gnu.org/libtool/libtool-2.4.7.tar.gz
+ tar xvfz libtool-2.4.7.tar.gz
+ cd libtool-2.4.7
+ ./configure
+ make
+ sudo make install
- name: Configure
run: |
./bootstrap.sh
