Skip to content

Commit

Permalink
ci: fix cargo installation
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepakBomjan committed Aug 14, 2024
1 parent 4cb9e39 commit fb01f42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/deployer/init_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ expect {
}
EOF

chmod +x clone.expect
./clone.expect
chmod +x cargo.expect
./cargo.expect
source "/root/.cargo/env"

## Install solana
Expand Down

0 comments on commit fb01f42

Please sign in to comment.