shellcheck

This commit is contained in:
Michael Vines 2022-01-21 14:06:53 -08:00
parent ae95540387
commit 4d00995d2d
1 changed files with 1 additions and 1 deletions

View File

@ -16,6 +16,6 @@ PATH="$HOME/.local/share/solana/install/active_release/bin:$PATH"
solana --version
if [[ -n $GITHUB_ACTIONS ]]; then
echo "$HOME/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
echo "$HOME/.local/share/solana/install/active_release/bin" >> "$GITHUB_PATH"
npm install -g npm@7
fi