From: Shuanglei Tao Date: Tue, 1 Oct 2019 10:47:30 +0000 (+0800) Subject: workflow: update backend X-Git-Url: http://git.prime8.dev/?a=commitdiff_plain;h=d290f087707d3364cb5379a0f79e77af354eaa4b;p=ttyd.git workflow: update backend --- diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index 5838175..c5751c3 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -21,7 +21,7 @@ jobs: run: | sudo apt-get update sudo apt-get install build-essential cmake libjson-c-dev libssl-dev - - name: compile libwebsockets-${{ matrix.node-version }} from source + - name: compile libwebsockets-${{ matrix.lws-version }} from source env: LWS_VERSION: ${{ matrix.lws-version }} run: |