From f3896e757e73586c98d8bb7819193b1dfe425e13 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 3 Mar 2024 21:29:13 +0200 Subject: ambient.yaml: fix obnam project to have rustc in PATH Signed-off-by: Lars Wirzenius Sponsored-by: author --- ambient.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/ambient.yaml b/ambient.yaml index c7fcb3a..5a108fe 100644 --- a/ambient.yaml +++ b/ambient.yaml @@ -388,6 +388,7 @@ projects: export DEBEMAIL=liw@liw.fi export DEBFULLNAME="Lars Wirzenius" export CARGO_TARGET_DIR=/workspace/cache + export PATH="/root/.cargo/bin:$PATH" require_cmd() { if ! command -v "$1" >/dev/null; then -- cgit v1.2.1