mirror of
https://github.com/tsl0922/ttyd.git
synced 2026-02-06 18:14:24 +01:00
workflow: bump to lws 4.0.20
This commit is contained in:
2
.github/workflows/backend.yml
vendored
2
.github/workflows/backend.yml
vendored
@@ -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: |
|
||||
|
||||
@@ -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})..."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user