Skip to content

Commit

Permalink
workflows: bump to lws 4.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tsl0922 committed Dec 19, 2020
1 parent 29ef8cb commit 75c9004
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backend.yml
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion scripts/cross-build.sh
Expand Up @@ -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})..."
Expand Down

0 comments on commit 75c9004

Please sign in to comment.