Skip to content

Commit 96de30d

Browse files
committed
remove build sbf step
1 parent 066127c commit 96de30d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,5 @@ jobs:
4747
rustup install 1.79.0
4848
rustup install nightly-2025-04-15
4949
RUSTFLAGS= cargo +1.79.0 install --git https://github.com/coral-xyz/anchor --tag v0.30.1 --locked anchor-cli
50-
- name: Build Solana program
51-
run: cargo build-sbf
5250
- name: Run anchor tests
5351
run: pnpm run test:anchor

0 commit comments

Comments
 (0)