WIP fix autoconf

This commit is contained in:
Matthieu Gautier 2020-09-28 18:03:01 +02:00
parent fbe33b2aff
commit 1772807d82
1 changed files with 4 additions and 0 deletions

View File

@ -29,6 +29,10 @@ jobs:
choco.exe install pkgconfiglite ninja choco.exe install pkgconfiglite ninja
- run: | - run: |
ls ls
libtoolize
aclocal
autoconf
automake
- name: Install python modules - name: Install python modules
shell: bash shell: bash
run: | run: |