Compare commits

..

1 commit

Author SHA1 Message Date
5423bddf3d Update Rust crate embassy-usb-logger to 0.2.0
Some checks are pending
Check Build / Test build (push) Waiting to run
2024-08-06 06:47:24 +02:00

View file

@ -13,9 +13,9 @@ jobs:
- name: Build - debug
run: |
cargo build --target thumbv6m-none-eabi
cargo build
- name: Build - release
run: |
cargo build --target thumbv6m-none-eabi --release
cargo build --release