add autogen.sh to workflow

pull/7362/head
John Bland 2024-03-26 06:11:38 -04:00
parent 71e52487bf
commit 30189e5766
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ jobs:
- name: Test wolfSSL
run: |
./autogen.sh
./configure ${{ matrix.config }}
make check