We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74259e2 commit 2e479cbCopy full SHA for 2e479cb
1 file changed
.github/workflows/test.yml
@@ -3,7 +3,7 @@ name: Program tests
3
on: [push, workflow_dispatch]
4
5
env:
6
- CACHE: false
+ CACHE: true
7
NODE_VERSION: 23.7.0
8
SOLANA_CLI_VERSION: 2.2.6
9
ANCHOR_BINARY_NAME: anchor-binary-no-caching
@@ -150,7 +150,6 @@ jobs:
150
name: ${{ env.ANCHOR_BINARY_NAME }}
151
path: ~/.cargo/bin/
152
- run: |
153
- cargo install --git https://github.com/coral-xyz/anchor avm --force
154
avm install 0.31.0-0e5285aecdf410fa0779b7cd09a47f235882c156
155
avm use 0.31.0-0e5285aecdf410fa0779b7cd09a47f235882c156
156
chmod +x ~/.cargo/bin/anchor
0 commit comments