From cf2b5db798fcd51b12bdce23c9074f0000582b8b Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Tue, 14 Jul 2020 08:52:37 +0000 Subject: [PATCH] Update embedded-workshop-book/src/troubleshoot-cargo-build.md Co-authored-by: James Munns --- embedded-workshop-book/src/troubleshoot-cargo-build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embedded-workshop-book/src/troubleshoot-cargo-build.md b/embedded-workshop-book/src/troubleshoot-cargo-build.md index 06a8266..6499a3c 100644 --- a/embedded-workshop-book/src/troubleshoot-cargo-build.md +++ b/embedded-workshop-book/src/troubleshoot-cargo-build.md @@ -1,3 +1,3 @@ # `cargo-build` fails to link -If you have configured Cargo to use sscache then you'll need to disable sscache support. Unset the `RUSTC_WRAPPER` variable in your environment *before* opening VS code. Run `cargo clean` from the Cargo workspace you are working from (`beginner/apps` or `advanced/firmware`). Then open VS code. +If you have configured Cargo to use sccache then you'll need to disable sccache support. Unset the `RUSTC_WRAPPER` variable in your environment *before* opening VS code. Run `cargo clean` from the Cargo workspace you are working from (`beginner/apps` or `advanced/firmware`). Then open VS code.