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: |