GHA: --enable-headers-api in all workflows

This commit is contained in:
Daniel Stenberg 2022-03-19 22:47:29 +01:00
parent ac81a9c9ae
commit ea0ada834e
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
6 changed files with 6 additions and 6 deletions

View file

@ -22,7 +22,7 @@ jobs:
build:
- name: hyper
install:
configure: --with-openssl --with-hyper=$HOME/hyper
configure: --with-openssl --with-hyper=$HOME/hyper --enable-headers-api
steps:
- run: |