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 f9945b7 commit dd35f14Copy full SHA for dd35f14
.github/workflows/test.yml
@@ -30,6 +30,7 @@ jobs:
30
cargo install --git https://github.com/coral-xyz/anchor avm --locked --force
31
avm install 0.31.1
32
avm use 0.31.1
33
+ echo "$HOME/.avm/bin" >> $GITHUB_PATH
34
35
- name: Install MagicBlock Ephemeral Validator
36
run: |
0 commit comments