CI: Do not use buildconf. Instead, just use: autoreconf -fi

Closes #8596
This commit is contained in:
Philip H 2022-03-15 10:25:25 +01:00 committed by Daniel Stenberg
parent 94fb2417b1
commit 22d33956ec
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
14 changed files with 29 additions and 29 deletions

View file

@ -32,8 +32,8 @@ jobs:
- uses: actions/checkout@v2
- run: ./buildconf
name: 'buildconf'
- run: autoreconf -fi
name: 'autoreconf'
- run: CC=clang-9 CPPFLAGS="-isystem /usr/include/nss" ./configure ${{ matrix.build.configure }}
name: 'configure with clang'