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