Skip to content

Commit 08b22dc

Browse files
committed
svm: ci fix
1 parent 21d1acc commit 08b22dc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/svm.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ jobs:
2222
run: |
2323
ANCHOR_VERSION="$(awk '/anchor_version =/ { print substr($3, 2, length($3)-2) }' Anchor.toml)"
2424
echo "::set-output name=version::${ANCHOR_VERSION}"
25-
- uses: evan-gray/anchor-test@24c04ecece7b484fa1218bab4318818b36436005
25+
- uses: evan-gray/anchor-test@06370fbca011ee48b176211b8f858789d6c33282
2626
with:
27+
node-version: "22.16.0"
2728
anchor-version: "${{steps.anchor.outputs.version}}"
2829
solana-cli-version: "${{steps.solana.outputs.version}}"
2930
working-directory: "svm"

svm/rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "1.75.0"
2+
channel = "nightly-2025-04-01"
33
components = [ "clippy", "rustc", "rustfmt" ]

0 commit comments

Comments
 (0)