CI: Add yarn global bin to GITHUB_PATH

This commit is contained in:
Luke Street 2021-04-06 11:58:25 -04:00
parent 2578c17c1a
commit e237cf65c7
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ jobs:
libpulse-dev libudev-dev libpng-dev libncurses5-dev libx11-xcb-dev python3 python-is-python3 qt5-default \
libcurl4-openssl-dev
yarn global add @sentry/cli
echo "$(yarn global bin)" >> $GITHUB_PATH
# free up disk space
# https://github.com/actions/virtual-environments/issues/2840#issuecomment-790492173
echo Before