missing bootstrap call

master
Pierre Joye 2021-08-30 19:35:33 +07:00
parent 3977049c75
commit eed62cd78a
1 changed files with 1 additions and 0 deletions

View File

@ -136,6 +136,7 @@ jobs:
- name: Configure and Make
working-directory: ${{github.workspace}}/
run: |
./bootstrap.sh
./configure --with-png --with-jpeg --with-ramq --with-heif --with-xpm --with-tiff --with-webp --with-liq --enable-gd --enable-gd-formats --with-zlib
make
make package