File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
template/base/.github/actions/setup Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " create-solana-program " : patch
3+ ---
4+
5+ Use install-solana action from solana-program
Original file line number Diff line number Diff line change 6060 - name : Install dependencies
6161 run : pnpm install --frozen-lockfile
6262 - name : Install Solana
63- uses : metaplex-foundation /actions/install-solana@v1
63+ uses : solana-program /actions/install-solana@v1
6464 with :
6565 version : ${{ matrix.solana }}
6666 - name : Install Rustfmt
@@ -119,7 +119,7 @@ jobs:
119119 - name : Install Dependencies
120120 run : pnpm install --frozen-lockfile
121121 - name : Install Solana
122- uses : metaplex-foundation /actions/install-solana@v1
122+ uses : solana-program /actions/install-solana@v1
123123 with :
124124 version : ${{ env.SOLANA_VERSION }}
125125 - name : Install Anchor
Original file line number Diff line number Diff line change 7070
7171 - name: Install Solana
7272 if: {% raw %} ${{ inputs.solana == 'true' }}{% endraw %}
73- uses: metaplex-foundation /actions/install-solana@v1
73+ uses: solana-program /actions/install-solana@v1
7474 with:
7575 version: {% raw %} ${{ env.SOLANA_VERSION }}{% endraw %}
7676 cache: true
You can’t perform that action at this time.
0 commit comments