Skip to content

Commit

Permalink
fix sbf path
Browse files Browse the repository at this point in the history
  • Loading branch information
wphan committed Jun 19, 2024
1 parent d7af30d commit b013d70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/setup-solana/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ runs:
sh -c "$(curl -sSfL https://release.solana.com/v${{ env.SOLANA_VERSION }}/install)"
echo "$HOME/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
export PATH="$HOME/.local/share/solana/install/active_release/bin:$PATH"
echo Configuring bpf toolchain...
(cd $HOME/.local/share/solana/install/active_release/bin/sdk/bpf/scripts; ./install.sh)
echo Configuring sbf toolchain...
(cd $HOME/.local/share/solana/install/active_release/bin/sdk/sbf/scripts; ./install.sh)
echo "[41,242,37,42,13,160,221,13,242,224,230,17,141,228,35,40,57,231,71,8,239,32,226,165,181,216,231,245,170,229,117,123,39,103,128,179,245,168,230,228,127,219,58,249,69,6,251,148,173,190,191,217,50,67,123,105,121,215,242,41,242,85,71,109]" > $HOME/.config/solana/id.json
shell: bash
shell: bash

0 comments on commit b013d70

Please sign in to comment.