workflow: bump to lws 4.0.20

This commit is contained in:
Shuanglei Tao
2020-07-26 21:16:34 +08:00
parent 6ef461bd57
commit 7a6a5606df
2 changed files with 2 additions and 2 deletions

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

View File

@@ -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})..."