Skip to content

Commit 926f39c

Browse files
committed
anchor 32.1 install
1 parent 64dbde3 commit 926f39c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,11 @@ jobs:
119119
uses: actions/cache@v4
120120
with:
121121
path: ~/.cargo/bin/anchor
122-
key: ${{ runner.os }}-anchor-cli-0.29.0
122+
key: ${{ runner.os }}-anchor-cli-0.32.1
123123

124124
- name: Install Anchor CLI
125125
if: steps.cache-anchor.outputs.cache-hit != 'true'
126-
run: cargo install --git https://github.com/coral-xyz/anchor --tag v0.29.0 anchor-cli --locked
126+
run: cargo install --git https://github.com/coral-xyz/anchor --tag v0.32.1 anchor-cli --locked
127127

128128
- name: Setup node
129129
uses: actions/setup-node@v2

0 commit comments

Comments
 (0)