We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c84d652 commit 5b5d65fCopy full SHA for 5b5d65f
.github/deployer/init_script.sh
@@ -242,7 +242,7 @@ alias add-stellar-key='/opt/deployer/root/keyutils/add_stellar_key.sh'" >> /root
242
source "/root/.cargo/env"
243
244
export PATH=$${PATH}:/root/.cargo/bin
245
-sh -c "$(curl -sSfL https://release.solana.com/v1.18.11/install)"
+sh -c "$(curl -sSfL https://release.anza.xyz/stable/install)"
246
/root/.cargo/bin/cargo install --git https://github.com/coral-xyz/anchor --tag v0.30.1 anchor-cli
247
sudo apt-get install npm -y
248
npm install -g yarn
0 commit comments