Skip to content

chore(deps): update coverallsapp/github-action action to v1.2.5 (#166) #65

chore(deps): update coverallsapp/github-action action to v1.2.5 (#166)

chore(deps): update coverallsapp/github-action action to v1.2.5 (#166) #65

Workflow file for this run

name: Examples
on:
push:
branches:
- master
jobs:
build:
strategy:
matrix:
device: ['xmc41xx', 'xmc42xx', 'xmc43xx', 'xmc44xx', 'xmc45xx', 'xmc47xx', 'xmc48xx']
name: ${{ matrix.device }}
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Install toolchain
uses: actions-rs/[email protected]
with:
toolchain: 'stable'
target: 'thumbv7em-none-eabihf'
override: true
- name: Cargo Build
uses: actions-rs/[email protected]
with:
command: build
args: --examples --features=${{ matrix.device }}