Skip to content

Commit 5e85d9f

Browse files
authored
Use install-solana action from solana-program (#852)
1 parent b50171e commit 5e85d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: actions/checkout@v4
4747

4848
- name: Install Solana
49-
uses: metaplex-foundation/actions/install-solana@v1
49+
uses: solana-program/actions/install-solana@v1
5050
with:
5151
version: ${{ env.SOLANA_VERSION }}
5252

0 commit comments

Comments
 (0)