From 6aeded1e9046222d7d5a8190eda3054733196399 Mon Sep 17 00:00:00 2001 From: Idris Kalp Date: Wed, 2 Dec 2020 00:09:09 +0300 Subject: [PATCH] rust --- programming/language/rust/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programming/language/rust/actions.py b/programming/language/rust/actions.py index ecd7993051..c05a88dba2 100755 --- a/programming/language/rust/actions.py +++ b/programming/language/rust/actions.py @@ -39,7 +39,7 @@ def build(): shelltools.export("LC_ALL", "en_US.UTF-8") shelltools.export("RUST_BACKTRACE", "1") - shelltools.system("python ./x.py dist") + shelltools.system("python ./x.py build") def install():