Compare commits

..

1 commit

Author SHA1 Message Date
1308e68858 Update Rust crate embassy-executor to 0.6.0 2024-08-05 19:41:06 +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