add autogen.sh to workflow

This commit is contained in:
John Bland
2024-03-26 06:11:38 -04:00
parent 71e52487bf
commit 30189e5766

View File

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