fix: use backslash for line breaker (#19237)

pull/19238/head
Gershon Shif 2020-08-06 09:12:39 -07:00 committed by GitHub
parent bb8f776fed
commit 1e19a3682d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ commands:
- run:
name: Install linux cross compilers
command: >
sudo apt-get update && sudo apt-get install -y --no-install-recommends
gcc-arm-linux-gnueabihf libc6-dev-armhf-cross
sudo apt-get update && sudo apt-get install -y --no-install-recommends \
gcc-arm-linux-gnueabihf libc6-dev-armhf-cross \
gcc-aarch64-linux-gnu libc6-dev-arm64-cross
- run:
name: Install macOS cross compilers