File tree Expand file tree Collapse file tree 4 files changed +14
-6173
lines changed Expand file tree Collapse file tree 4 files changed +14
-6173
lines changed Original file line number Diff line number Diff line change 27
27
- uses : actions/setup-node@v4
28
28
with :
29
29
node-version-file : " package.json"
30
+ - uses : actions-rust-lang/setup-rust-toolchain@v1
31
+ with :
32
+ toolchain : 1.81.0
33
+ - name : Install Solana Cli
34
+ run : |
35
+ sh -c "$(curl -sSfL https://release.anza.xyz/stable/install)"
36
+ echo "$HOME/.local/share/solana/install/active_release/bin" >> "$GITHUB_PATH"
37
+ - name : Set Solana Cli version
38
+ run : agave-install init 1.18.26
39
+ - name : Create Solana key
40
+ run : solana-keygen new --no-bip39-passphrase
41
+ - name : Install Anchor
42
+ run : RUSTFLAGS= cargo install --git https://github.com/coral-xyz/anchor --tag v0.30.1 anchor-cli
30
43
- uses : pnpm/action-setup@v4
31
44
name : Install pnpm
32
45
with :
Original file line number Diff line number Diff line change 1
1
{
2
+ "name" : " @pythnetwork/pyth-lazer-solana-contract" ,
2
3
"license" : " ISC" ,
3
4
"scripts" : {
4
5
"fix:format" : " prettier --write **/*.*" ,
You can’t perform that action at this time.
0 commit comments