Compare commits

..

1 commit

Author SHA1 Message Date
hodasemi 4637382d4c Update Rust crate embassy-usb-logger to 0.2.0 2024-07-26 06:56:15 +02:00

View file

@ -1,21 +0,0 @@
name: Check Build
run_name: Check Build
on:
push:
jobs:
Test build:
steps:
- uses: https://github.com/actions/checkout@main
- uses: https://github.com/dtolnay/rust-toolchain@stable
- name: Build - debug
run: |
cargo build
- name: Build - release
run: |
cargo build --release