]> prime8.dev >> repos - ttyd.git/commitdiff
workflow: update backend
authorShuanglei Tao <tsl0922@gmail.com>
Tue, 1 Oct 2019 10:47:30 +0000 (18:47 +0800)
committerShuanglei Tao <tsl0922@gmail.com>
Tue, 1 Oct 2019 10:47:30 +0000 (18:47 +0800)
.github/workflows/backend.yml

index 5838175932bd048d52d44a91c0b65b50fc6bceb6..c5751c36d89591ea460246851f02b9449bdf49fe 100644 (file)
@@ -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: |