|
@@ -17,6 +17,7 @@ jobs:
|
|
sh -c "$(curl -sSfL https://release.solana.com/stable/install)"
|
|
sh -c "$(curl -sSfL https://release.solana.com/stable/install)"
|
|
export PATH="/home/runner/.local/share/solana/install/active_release/bin:$PATH"
|
|
export PATH="/home/runner/.local/share/solana/install/active_release/bin:$PATH"
|
|
solana -V
|
|
solana -V
|
|
|
|
+ rustc -V
|
|
sudo apt-get update && sudo apt-get upgrade && sudo apt-get install -y pkg-config build-essential libudev-dev libssl-dev
|
|
sudo apt-get update && sudo apt-get upgrade && sudo apt-get install -y pkg-config build-essential libudev-dev libssl-dev
|
|
cargo install --git https://github.com/coral-xyz/anchor avm --locked --force
|
|
cargo install --git https://github.com/coral-xyz/anchor avm --locked --force
|
|
avm install latest
|
|
avm install latest
|