Skip to content

Commit 2e479cb

Browse files
authored
Update test.yml
1 parent 74259e2 commit 2e479cb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Program tests
33
on: [push, workflow_dispatch]
44

55
env:
6-
CACHE: false
6+
CACHE: true
77
NODE_VERSION: 23.7.0
88
SOLANA_CLI_VERSION: 2.2.6
99
ANCHOR_BINARY_NAME: anchor-binary-no-caching
@@ -150,7 +150,6 @@ jobs:
150150
name: ${{ env.ANCHOR_BINARY_NAME }}
151151
path: ~/.cargo/bin/
152152
- run: |
153-
cargo install --git https://github.com/coral-xyz/anchor avm --force
154153
avm install 0.31.0-0e5285aecdf410fa0779b7cd09a47f235882c156
155154
avm use 0.31.0-0e5285aecdf410fa0779b7cd09a47f235882c156
156155
chmod +x ~/.cargo/bin/anchor

0 commit comments

Comments
 (0)