We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64dbde3 commit 926f39cCopy full SHA for 926f39c
.github/workflows/main.yml
@@ -119,11 +119,11 @@ jobs:
119
uses: actions/cache@v4
120
with:
121
path: ~/.cargo/bin/anchor
122
- key: ${{ runner.os }}-anchor-cli-0.29.0
+ key: ${{ runner.os }}-anchor-cli-0.32.1
123
124
- name: Install Anchor CLI
125
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
+ run: cargo install --git https://github.com/coral-xyz/anchor --tag v0.32.1 anchor-cli --locked
127
128
- name: Setup node
129
uses: actions/setup-node@v2
0 commit comments