ci: add builds for more targets & update checkout

Signed-off-by: Lachezar Lechev <elpiel93@gmail.com>
This commit is contained in:
Lachezar Lechev
2023-04-21 18:26:30 +02:00
committed by Robin Krahl
parent 8ed5ea2e5b
commit 0a66788666
+3 -1
View File
@@ -10,7 +10,9 @@ jobs:
matrix:
target:
- thumbv7em-none-eabi
- thumbv6m-none-eabi # like the Cortex-M0+
- x86_64-unknown-linux-gnu
- x86_64-pc-windows-msvc
steps:
- name: Install build dependencies
@@ -24,7 +26,7 @@ jobs:
- name: Install rust
run: rustup show
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Build
run: cargo build --release --verbose