Skip to content

Commit 4e776eb

Browse files
test13
1 parent acd3e50 commit 4e776eb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/e2e.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ jobs:
3939
run: cargo install --git https://github.com/coral-xyz/anchor avm --locked --force
4040
- name: Add Anchor to PATH
4141
run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH
42+
- name: Install Anchor CLI
43+
run: avm install latest
44+
45+
- name: Use Anchor CLI
46+
run: avm use latest
4247

4348

4449
- name: Wait for validator to start

0 commit comments

Comments
 (0)