Skip to content

Build no_std

Build no_std #87

Workflow file for this run

name: Build no_std
on:
workflow_run:
workflows: ["Tests"]
types:
- completed
workflow_dispatch:
env:
CARGO_TERM_COLOR: always
jobs:
ubuntu:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
target: thumbv7em-none-eabihf
- name: no_std build
run: cargo build --target thumbv7em-none-eabihf --manifest-path ros_pointcloud2/ensure_no_std/Cargo.toml