Skip to content

Commit 75c9004

Browse files
committed
workflows: bump to lws 4.1.6
1 parent 29ef8cb commit 75c9004

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-18.04
2020
strategy:
2121
matrix:
22-
lws-version: [4.1.4, 3.2.3, 2.4.2]
22+
lws-version: [4.1.6, 3.2.3, 2.4.2]
2323
steps:
2424
- name: Install packages
2525
run: |

scripts/cross-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ZLIB_VERSION="${ZLIB_VERSION:-1.2.11}"
1515
JSON_C_VERSION="${JSON_C_VERSION:-0.14}"
1616
OPENSSL_VERSION="${OPENSSL_VERSION:-1.1.1g}"
1717
LIBUV_VERSION="${LIBUV_VERSION:-1.38.0}"
18-
LIBWEBSOCKETS_VERSION="${LIBWEBSOCKETS_VERSION:-4.1.4}"
18+
LIBWEBSOCKETS_VERSION="${LIBWEBSOCKETS_VERSION:-4.1.6}"
1919

2020
build_zlib() {
2121
echo "=== Building zlib-${ZLIB_VERSION} (${TARGET})..."

0 commit comments

Comments
 (0)