From 92b38cebe494b78b5a4da46afb65bc2e0c80b6ed Mon Sep 17 00:00:00 2001 From: link2xt Date: Sun, 26 Jun 2022 23:02:53 +0000 Subject: [PATCH] Fixup run_all.sh --- scripts/run_all.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/run_all.sh b/scripts/run_all.sh index 0ff06d494..28e3371bf 100755 --- a/scripts/run_all.sh +++ b/scripts/run_all.sh @@ -4,10 +4,6 @@ set -e -x -pipx install tox - -scripts/install-rust.sh - # Perform clean build of core and install. # compile core lib