Skip to content

Commit 33cbbb2

Browse files
committed
svm: fix ci
1 parent a875ce6 commit 33cbbb2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/svm.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,11 @@ 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
26+
env:
27+
RUSTUP_TOOLCHAIN: nightly-2025-04-14
2628
with:
29+
node-version: "22.16.0"
2730
anchor-version: "${{steps.anchor.outputs.version}}"
2831
solana-cli-version: "${{steps.solana.outputs.version}}"
2932
working-directory: "svm"

0 commit comments

Comments
 (0)