Skip to content

Commit c5ce3a6

Browse files
MagicalTuxclaude
andcommitted
Fix CI: use cargo build-sbf directly instead of build script
The build-sbf.sh script uses --install-only which isn't supported in v2.0.25's cargo-build-sbf. In CI, Solana is already on PATH so we can call cargo build-sbf directly. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 905ca97 commit c5ce3a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verifiable-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: solana-keygen new --no-bip39-passphrase
2424

2525
- name: Build program
26-
run: ./scripts/build-sbf.sh
26+
run: cargo build-sbf --workspace
2727

2828
- name: Start test validator
2929
run: |

0 commit comments

Comments
 (0)