We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8507032 commit 72474a7Copy full SHA for 72474a7
1 file changed
.github/workflows/test.yml
@@ -88,7 +88,7 @@ jobs:
88
run: |
89
cargo install --git https://github.com/coral-xyz/anchor avm --force
90
avm install 0.31.0-0e5285aecdf410fa0779b7cd09a47f235882c156
91
- avm use 0.31.0
+ avm use 0.31.0-0e5285aecdf410fa0779b7cd09a47f235882c156
92
working-directory: packages/contract
93
94
- run: chmod +x ~/.cargo/bin/anchor
0 commit comments