workflows: bump to lws 4.1.6

This commit is contained in:
Shuanglei Tao
2020-12-19 12:44:06 +08:00
parent 29ef8cbc3b
commit 75c9004dd1
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-18.04
strategy:
matrix:
lws-version: [4.1.4, 3.2.3, 2.4.2]
lws-version: [4.1.6, 3.2.3, 2.4.2]
steps:
- name: Install packages
run: |

View File

@@ -15,7 +15,7 @@ ZLIB_VERSION="${ZLIB_VERSION:-1.2.11}"
JSON_C_VERSION="${JSON_C_VERSION:-0.14}"
OPENSSL_VERSION="${OPENSSL_VERSION:-1.1.1g}"
LIBUV_VERSION="${LIBUV_VERSION:-1.38.0}"
LIBWEBSOCKETS_VERSION="${LIBWEBSOCKETS_VERSION:-4.1.4}"
LIBWEBSOCKETS_VERSION="${LIBWEBSOCKETS_VERSION:-4.1.6}"
build_zlib() {
echo "=== Building zlib-${ZLIB_VERSION} (${TARGET})..."