Skip to content

Commit 3790b95

Browse files
committed
Update main.yml
1 parent f99973d commit 3790b95

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
branches: [main]
88

99
env:
10+
ANCHOR_VERSION: 0.30.0
1011
SOLANA_VERSION: 1.18.12
1112

1213
jobs:
@@ -109,6 +110,10 @@ jobs:
109110
uses: metaplex-foundation/actions/install-solana@v1
110111
with:
111112
version: ${{ env.SOLANA_VERSION }}
113+
- name: Install Anchor
114+
uses: metaplex-foundation/actions/install-anchor-cli@v1
115+
with:
116+
version: ${{ env.ANCHOR_VERSION }}
112117
- name: Pre-scaffold projects for caching purposes
113118
run: pnpm snapshot --scaffold-only
114119
- name: Cache cargo crates

0 commit comments

Comments
 (0)