GHA: add websockets to macos, openssl3 and hyper builds

This commit is contained in:
Daniel Stenberg 2022-09-09 15:11:14 +02:00
parent 0aaebf62ec
commit b2d0a22ef9
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
3 changed files with 3 additions and 3 deletions

View file

@ -26,7 +26,7 @@ jobs:
build:
- name: hyper
install:
configure: LDFLAGS="-Wl,-rpath,$HOME/hyper/target/debug" --with-openssl --with-hyper=$HOME/hyper --enable-debug
configure: LDFLAGS="-Wl,-rpath,$HOME/hyper/target/debug" --with-openssl --with-hyper=$HOME/hyper --enable-debug --enable-websockets
steps:
- run: |