Skip to content

Commit 45eb2cc

Browse files
committed
add build sbf
1 parent 631c72b commit 45eb2cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,7 @@ jobs:
4646
run: |
4747
rustup install 1.79.0
4848
RUSTFLAGS= cargo +1.79.0 install --git https://github.com/coral-xyz/anchor --tag v0.30.1 --locked anchor-cli
49+
- name: Build Solana program
50+
run: cargo build-sbf
4951
- name: Run anchor tests
5052
run: pnpm run test:anchor

0 commit comments

Comments
 (0)