File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change 1919 - uses : actions/checkout@v4
2020 - uses : actions-rust-lang/setup-rust-toolchain@v1
2121 with :
22- toolchain : 1.82.0
23- override : true
22+ toolchain : 1.81.0
2423 - name : install taplo
2524 run :
cargo install --locked [email protected] 2625 - uses : actions/setup-node@v4
4645 - name : Install Anchor
4746 run : |
4847 rustup install 1.79.0
49- RUSTFLAGS= cargo +1.79.0 install --git https://github.com/solana-foundation/anchor --tag v0.30.1 --locked anchor-cli
50- - name : Build Solana program
51- run : cargo build-sbf
48+ RUSTFLAGS= cargo +1.79.0 install --git https://github.com/coral-xyz/anchor --tag v0.30.1 --locked anchor-cli
5249 - name : Run anchor tests
53- run : |
54- cargo update -p proc-macro2 --precise 1.0.94
55- RUSTUP_TOOLCHAIN=nightly-2025-04-14 anchor build
56- pnpm run test:anchor
50+ run : pnpm run test:anchor
You can’t perform that action at this time.
0 commit comments