mirror of
https://github.com/curl/curl.git
synced 2026-05-21 05:06:22 +03:00
CI: remove configure --enable-headers-api flags
This commit is contained in:
parent
4d94fac9f0
commit
07a400c8e0
10 changed files with 13 additions and 13 deletions
2
.github/workflows/rustls.yml
vendored
2
.github/workflows/rustls.yml
vendored
|
|
@ -45,7 +45,7 @@ jobs:
|
|||
- run: autoreconf -fi
|
||||
name: 'autoreconf'
|
||||
|
||||
- run: ./configure --enable-warnings --enable-werror ${{ matrix.build.configure }} --enable-headers-api
|
||||
- run: ./configure --enable-warnings --enable-werror ${{ matrix.build.configure }}
|
||||
name: 'configure'
|
||||
|
||||
- run: make V=1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue