Skip to content

Commit

Permalink
fix: basics/close-account/native/cicd.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
cfanbo committed Jan 10, 2025
1 parent c9b812a commit 4ca8172
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions basics/close-account/native/cicd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
# It also serves as a reference for the commands used for building & deploying Solana programs.
# Run this bad boy with "bash cicd.sh" or "./cicd.sh"

cargo build-sbf --manifest-path=./program/Cargo.toml --bpf-out-dir=./program/target/so
solana program deploy ./program/target/so/program.so
cargo build-sbf --manifest-path=./program/Cargo.toml --sbf-out-dir=./program/target/so
solana program deploy ./program/target/so/close_account_native_program.so

0 comments on commit 4ca8172

Please sign in to comment.