Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
wjthieme committed Oct 20, 2024
1 parent 30e8806 commit 5f67e17
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/actions/anchor/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,9 @@ runs:
rustup component add rustfmt clippy
shell: bash
- name: Setup node
run: |
source $HOME/.nvm/nvm.sh
nvm install ${{ inputs.node-version }}
nvm use ${{ inputs.node-version }}
nvm alias default ${{ inputs.node-version }}
shell: bash
uses: actions/setup-node@v4
with:
node-version: ${{ inputs.node-version }}
- name: Install Solana CLI
run: |
wget -qO- "https://release.anza.xyz/${{ inputs.solana-version }}/solana-release-x86_64-unknown-linux-gnu.tar.bz2" | tar -xvj
Expand Down

0 comments on commit 5f67e17

Please sign in to comment.