about summary refs log tree commit diff
path: root/nyx_mode
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2024-02-01 14:01:59 +0100
committervanhauser-thc <vh@thc.org>2024-02-01 14:01:59 +0100
commit87596105efd7e7ebe31556a777e288c9eed6ae5d (patch)
tree32361f977e04695f37ee2408c240c5f7052f9cad /nyx_mode
parentac639012fbea0bd50e3a1f1ab1a62a5efbf0ceb8 (diff)
downloadafl++-87596105efd7e7ebe31556a777e288c9eed6ae5d.tar.gz
fix ci
Diffstat (limited to 'nyx_mode')
-rwxr-xr-xnyx_mode/build_nyx_support.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/nyx_mode/build_nyx_support.sh b/nyx_mode/build_nyx_support.sh
index 239b18d5..cd04ce7e 100755
--- a/nyx_mode/build_nyx_support.sh
+++ b/nyx_mode/build_nyx_support.sh
@@ -30,6 +30,11 @@ if [ ! "$(uname -m)" = "x86_64" ]; then
 
 fi
 
+cargo help > /dev/null 2>&1 || {
+   echo "[-] Error: Rust is not installed."
+   exit 0
+}
+
 echo "[*] Making sure all Nyx is checked out"