Skip to content

Commit fb01f42

Browse files
committed
ci: fix cargo installation
1 parent 4cb9e39 commit fb01f42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/deployer/init_script.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,8 @@ expect {
193193
}
194194
EOF
195195

196-
chmod +x clone.expect
197-
./clone.expect
196+
chmod +x cargo.expect
197+
./cargo.expect
198198
source "/root/.cargo/env"
199199

200200
## Install solana

0 commit comments

Comments
 (0)