We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b355135 commit b179949Copy full SHA for b179949
.github/workflows/svm.yml
@@ -22,7 +22,7 @@ jobs:
22
run: |
23
ANCHOR_VERSION="$(awk '/anchor_version =/ { print substr($3, 2, length($3)-2) }' Anchor.toml)"
24
echo "::set-output name=version::${ANCHOR_VERSION}"
25
- - uses: evan-gray/anchor-test@24c04ecece7b484fa1218bab4318818b36436005
+ - uses: evan-gray/anchor-test@06370fbca011ee48b176211b8f858789d6c33282
26
with:
27
anchor-version: "${{steps.anchor.outputs.version}}"
28
solana-cli-version: "${{steps.solana.outputs.version}}"
0 commit comments