From 1772807d82152e224d65f257fe27b23831b8bfa3 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Mon, 28 Sep 2020 18:03:01 +0200 Subject: [PATCH] WIP fix autoconf --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be98d77..e2d7c98 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,6 +29,10 @@ jobs: choco.exe install pkgconfiglite ninja - run: | ls + libtoolize + aclocal + autoconf + automake - name: Install python modules shell: bash run: |