From fb01f42c86242a72966575a0676a1b1d04b2e139 Mon Sep 17 00:00:00 2001 From: Deepak Bomjan Date: Wed, 14 Aug 2024 15:56:01 +0545 Subject: [PATCH] ci: fix cargo installation --- .github/deployer/init_script.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/deployer/init_script.sh b/.github/deployer/init_script.sh index eba975959..6f3107bdd 100755 --- a/.github/deployer/init_script.sh +++ b/.github/deployer/init_script.sh @@ -193,8 +193,8 @@ expect { } EOF -chmod +x clone.expect -./clone.expect +chmod +x cargo.expect +./cargo.expect source "/root/.cargo/env" ## Install solana