Skip to content

Commit 97a48dd

Browse files
committed
ci(solano): work around yarn install bug
1 parent e4b8d8c commit 97a48dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solano.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ hooks:
1515
if [ ! -d $HOME/.yarn ]; then
1616
wget https://yarnpkg.com/install.sh -O $TMPDIR/yarn-install.sh
1717
chmod +x $TMPDIR/yarn-install.sh
18-
$TMPDIR/yarn-install.sh --version 1.5.1
18+
bash $TMPDIR/yarn-install.sh --version 1.5.1
1919
fi
2020
mkdir -p $HOME/bin # Automatically in $PATH on workers
2121
ln -fs $HOME/.yarn/bin/yarn $HOME/bin/yarn

0 commit comments

Comments
 (0)