Skip to content

fmt

fmt #23

Workflow file for this run

name: Arm7
on:
pull_request:
push:
branches:
- master
- main
paths-ignore:
- '**/README.md'
- '**/.gitignore'
jobs:
build:
name: Linux ARMv7
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
target: armv7-unknown-linux-gnueabihf
override: true
- uses: actions-rs/cargo@v1
with:
use-cross: true
command: build
args: --target armv7-unknown-linux-gnueabihf