From 34f5b98255ced18b8addc0f355d830a4c50f1664 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Sat, 23 Mar 2024 15:44:52 +0000 Subject: [PATCH] update recipe --- recipes/wip/tools/run/recipe.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/recipes/wip/tools/run/recipe.toml b/recipes/wip/tools/run/recipe.toml index 6cbbfa07e..fa2c06bd6 100644 --- a/recipes/wip/tools/run/recipe.toml +++ b/recipes/wip/tools/run/recipe.toml @@ -2,4 +2,8 @@ [source] git = "https://github.com/LyonSyonII/run" [build] -template = "cargo" +template = "custom" +script = """ +cd "${COOKBOOK_SOURCE}"/cli +cookbook_cargo +""" -- GitLab