Skip to content

Commit 638ee46

Browse files
committed
ci: update avm installation
1 parent 445b7c3 commit 638ee46

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
@@ -200,8 +200,8 @@ source "/root/.cargo/env"
200200
export PATH=$${PATH}:/root/.cargo/bin
201201
## Install solana
202202
sudo apt-get install -y pkg-config build-essential libudev-dev libssl-dev
203-
/root/.cargo/bin/cargo install --git https://github.com/coral-xyz/anchor avm --locked --force
204-
avm install 0.30.1
203+
/root/.cargo/bin/cargo install --git https://github.com/coral-xyz/anchor avm --locked --force || true
204+
avm install 0.30.1 || true
205205

206206
cd -
207207

0 commit comments

Comments
 (0)