mirror of
https://github.com/curl/curl.git
synced 2026-06-18 22:25:39 +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/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
|
|
@ -92,7 +92,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'
|
||||
env:
|
||||
# -Wvla is caused by brotli
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue