Skip to content

Commit

Permalink
Add anchor cli env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
febo committed Aug 2, 2023
1 parent 97c8e10 commit 40f777c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/.env
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ PROGRAMS=["bubblegum"]
RUST_VERSION=1.68.0
SOLANA_VERSION=1.16.5
ANCHOR_VERSION=0.28.0
ANCHOR_CLI_VERSION=0.27.0
COMMIT_USER_NAME="github-actions[bot]"
COMMIT_USER_EMAIL="41898282+github-actions[bot]@users.noreply.github.com"
2 changes: 1 addition & 1 deletion .github/workflows/deploy-program.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Install Anchor CLI
uses: metaplex-foundation/actions/install-anchor-cli@v1
with:
version: ${{ env.ANCHOR_VERSION }}
version: ${{ env.ANCHOR_CLI_VERSION }}
cache: ${{ env.CACHE }}

- name: Install cargo-release
Expand Down

0 comments on commit 40f777c

Please sign in to comment.