We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 631c72b commit 45eb2ccCopy full SHA for 45eb2cc
.github/workflows/ci-lazer-solana-contract.yml
@@ -46,5 +46,7 @@ jobs:
46
run: |
47
rustup install 1.79.0
48
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
51
- name: Run anchor tests
52
run: pnpm run test:anchor
0 commit comments