Skip to content

Commit 041e4fa

Browse files
committed
chore: fix ci
1 parent 83b83e1 commit 041e4fa

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
run: |
2727
sh -c "$(curl -sSfL https://release.anza.xyz/stable/install)"
2828
echo "$HOME/.local/share/solana/install/active_release/bin" >> "$GITHUB_PATH"
29+
- name: Set Solana Cli version
30+
run: agave-install init 1.18.26
2931
- name: check Cargo.toml formatting
3032
run: find . -name Cargo.toml -exec taplo fmt --check --diff {} \;
3133
- name: check Rust formatting

lazer/solana/tests/test1.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ async fn test1() {
2121
env::set_var(
2222
"SBF_OUT_DIR",
2323
format!(
24-
"{}/target/sbf-solana-solana/release",
24+
"{}/target/sbpf-solana-solana/release",
2525
env::var("CARGO_MANIFEST_DIR").unwrap()
2626
),
2727
);

0 commit comments

Comments
 (0)