Skip to content

Add white color to face #245

Add white color to face

Add white color to face #245

name: Arm cross compile
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
jobs:
test:
name: Cross compile for aarch64
runs-on: ubuntu-20.04
steps:
- name: Install gcc for arm
run: sudo apt install gcc-aarch64-linux-gnu
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
target: aarch64-unknown-linux-musl
override: true
- uses: actions-rs/cargo@v1
with:
command: build
args: --release --no-default-features