Skip to content

Commit 894ae00

Browse files
committed
Update main.yml
1 parent 1d12314 commit 894ae00

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
@@ -44,6 +44,11 @@ jobs:
4444
- name: Git checkout
4545
uses: actions/checkout@v4
4646

47+
- name: Install Solana ${{ env.SOLANA_VERSION }}
48+
uses: solana-program/actions/install-solana@v1
49+
with:
50+
version: ${{ env.SOLANA_VERSION }}
51+
4752
- name: Install pnpm
4853
uses: pnpm/action-setup@v3
4954

0 commit comments

Comments
 (0)