Skip to content

Commit

Permalink
fix: solana install script update (#893)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcranju authored Nov 11, 2024
1 parent c84d652 commit 5b5d65f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/deployer/init_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ alias add-stellar-key='/opt/deployer/root/keyutils/add_stellar_key.sh'" >> /root
source "/root/.cargo/env"

export PATH=$${PATH}:/root/.cargo/bin
sh -c "$(curl -sSfL https://release.solana.com/v1.18.11/install)"
sh -c "$(curl -sSfL https://release.anza.xyz/stable/install)"
/root/.cargo/bin/cargo install --git https://github.com/coral-xyz/anchor --tag v0.30.1 anchor-cli
sudo apt-get install npm -y
npm install -g yarn
Expand Down

0 comments on commit 5b5d65f

Please sign in to comment.