Skip to content

updates

updates #114

Workflow file for this run

name: Linux Arm7
on:
pull_request:
push:
branches:
- master
- main
paths-ignore:
- '**/README.md'
- '**/.gitignore'
- '**/*.sh'
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