mirror of
https://github.com/curl/curl.git
synced 2026-04-19 03:21:19 +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/linux-hyper.yml
vendored
2
.github/workflows/linux-hyper.yml
vendored
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
build:
|
||||
- name: hyper
|
||||
install:
|
||||
configure: LDFLAGS="-Wl,-rpath,$HOME/hyper/target/debug" --with-openssl --with-hyper=$HOME/hyper --enable-debug --enable-headers-api
|
||||
configure: LDFLAGS="-Wl,-rpath,$HOME/hyper/target/debug" --with-openssl --with-hyper=$HOME/hyper --enable-debug
|
||||
|
||||
steps:
|
||||
- run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue