From e09a5c63683deb5bae5cac912039ce7f7e3c85b1 Mon Sep 17 00:00:00 2001 From: Michael B Date: Thu, 14 Dec 2023 17:42:16 +0100 Subject: [PATCH] run bun --help --- ressources/install_all_compilers_ci.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ressources/install_all_compilers_ci.sh b/ressources/install_all_compilers_ci.sh index 13d4c14..3f40904 100755 --- a/ressources/install_all_compilers_ci.sh +++ b/ressources/install_all_compilers_ci.sh @@ -51,6 +51,7 @@ then sudo apt-get install unzip curl -fsSL https://bun.sh/install | bash source ~/.bashrc + bun --help fi if ! command -v scalac &> /dev/null