mirror of
https://github.com/curl/curl.git
synced 2026-08-02 19:50:29 +03:00
GHA: --enable-headers-api in all workflows
This commit is contained in:
parent
ac81a9c9ae
commit
ea0ada834e
6 changed files with 6 additions and 6 deletions
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
|
|
@ -85,7 +85,7 @@ jobs:
|
|||
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- run: autoreconf -fi && ./configure --enable-warnings --enable-werror ${{ matrix.build.configure }}
|
||||
- run: autoreconf -fi && ./configure --enable-warnings --enable-werror --enable-headers-api ${{ matrix.build.configure }}
|
||||
name: 'configure and build'
|
||||
env:
|
||||
# -Wvla is caused by brotli
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue