From 8d6237f2008e1f85f74ca4c08f6af2f541fa069f Mon Sep 17 00:00:00 2001 From: JatoMixo Date: Sat, 14 Sep 2024 13:13:40 +0200 Subject: [PATCH] removed probe-rs-tools from github actions it was giving problems when installing it as a dependency, so i removed it to see if the problem dissappears --- .github/workflows/rust.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index fee02a7..e6f7a63 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -39,7 +39,6 @@ jobs: run: | rustup component add llvm-tools-preview rustup target add thumbv7m-none-eabi - cargo install probe-rs-tools cargo install cargo-binutils cargo-expand cargo install cargo-generate