Skip to content

Commit 5285283

Browse files
committed
undo changes to solana test workflow
1 parent 8ac3d74 commit 5285283

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/ci-lazer-solana-contract.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ jobs:
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
@@ -46,11 +45,6 @@ jobs:
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

0 commit comments

Comments
 (0)