We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29ef8cb commit 75c9004Copy full SHA for 75c9004
.github/workflows/backend.yml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ubuntu-18.04
20
strategy:
21
matrix:
22
- lws-version: [4.1.4, 3.2.3, 2.4.2]
+ lws-version: [4.1.6, 3.2.3, 2.4.2]
23
steps:
24
- name: Install packages
25
run: |
scripts/cross-build.sh
@@ -15,7 +15,7 @@ ZLIB_VERSION="${ZLIB_VERSION:-1.2.11}"
15
JSON_C_VERSION="${JSON_C_VERSION:-0.14}"
16
OPENSSL_VERSION="${OPENSSL_VERSION:-1.1.1g}"
17
LIBUV_VERSION="${LIBUV_VERSION:-1.38.0}"
18
-LIBWEBSOCKETS_VERSION="${LIBWEBSOCKETS_VERSION:-4.1.4}"
+LIBWEBSOCKETS_VERSION="${LIBWEBSOCKETS_VERSION:-4.1.6}"
build_zlib() {
echo "=== Building zlib-${ZLIB_VERSION} (${TARGET})..."
0 commit comments