diff --git a/.github/workflows/deploy-application.yml b/.github/workflows/deploy-application.yml index 61e2258..45bcb11 100644 --- a/.github/workflows/deploy-application.yml +++ b/.github/workflows/deploy-application.yml @@ -24,7 +24,8 @@ jobs: - uses: dtolnay/rust-toolchain@stable with: - target: thumbv6m-none-eabi + targets: thumbv6m-none-eabi + components: llvm-tools-preview - run: cargo build --release working-directory: application