mirror of
https://github.com/trussed-dev/littlefs2.git
synced 2026-06-20 04:16:32 -07:00
ci: add builds for more targets & update checkout
Signed-off-by: Lachezar Lechev <elpiel93@gmail.com>
This commit is contained in:
committed by
Robin Krahl
parent
8ed5ea2e5b
commit
0a66788666
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user