From 8035121072c3318be296376ce70920c1a4160c5f Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Tue, 17 Sep 2024 10:49:52 +0200 Subject: [PATCH] fixup! Add CI workflow --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a4cdd78..581075a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,6 +24,12 @@ jobs: - uses: fiam/arm-none-eabi-gcc@v1 with: release: "9-2020-q2" + - uses: actions-rs/toolchain@v1 + with: + profile: minimal + toolchain: stable + target: ${{ matrix.target }} + override: true - uses: actions/checkout@v3 with: