]> prime8.dev >> repos - ttyd.git/commitdiff
workflow: bump to lws 4.0.20
authorShuanglei Tao <tsl0922@gmail.com>
Sun, 26 Jul 2020 13:16:34 +0000 (21:16 +0800)
committerShuanglei Tao <tsl0922@gmail.com>
Sun, 26 Jul 2020 13:19:39 +0000 (21:19 +0800)
.github/workflows/backend.yml
scripts/cross-build.sh

index 706f824d16a590f7fe37702b07bfa7cb5153a4ee..26a04551e2a6f6c26af972fcab34a97f60ced5c4 100644 (file)
@@ -19,7 +19,7 @@ jobs:
     runs-on: ubuntu-16.04
     strategy:
       matrix:
-        lws-version: [4.0.19, 3.2.3, 2.4.2]
+        lws-version: [4.0.20, 3.2.3, 2.4.2]
     steps:
       - name: Install packages
         run: |
index 3be72019d827ccbb9e84985f8747b5b8031a0a92..7c3af9aa19b4a04093d8dba6a28d0a568c93cf21 100755 (executable)
@@ -115,7 +115,7 @@ build() {
     echo "=== Installing toolchain ${ALIAS} (${TARGET})..."
 
     mkdir -p "${CROSS_ROOT}" && export PATH="${PATH}:/opt/cross/bin"
-    curl -sLo- "http://musl.cc/${TARGET}-cross.tgz" | tar xz -C ${CROSS_ROOT} --strip-components 1
+    curl -sLo- "http://musl.cc/${TARGET}-cross.tgz" | tar xz -C "${CROSS_ROOT}" --strip-components 1
 
     echo "=== Building target ${ALIAS} (${TARGET})..."