From 0a66788666d01e85550027db9cf8782e4be0cbcb Mon Sep 17 00:00:00 2001 From: Lachezar Lechev Date: Thu, 20 Apr 2023 21:50:33 +0300 Subject: [PATCH] ci: add builds for more targets & update checkout Signed-off-by: Lachezar Lechev --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d731a12..e2ea4e3f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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