Skip to content

Commit

Permalink
Use sh suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
bitdivine committed Dec 5, 2024
1 parent 77dd032 commit 4a6d963
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/start-solana/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ runs:
- name: Install solana cli
shell: bash
run: |
./scripts/setup solana
./scripts/setup.sh solana
echo "$HOME/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
- name: Verifies that Solana is installed
shell: bash
Expand Down
File renamed without changes.

0 comments on commit 4a6d963

Please sign in to comment.