add to github path

This commit is contained in:
Stephen 2021-11-20 20:38:37 -08:00 committed by GitHub
parent 169f1e2c44
commit 4324897054
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ jobs:
run: |
git clone https://github.com/flutter/flutter.git
cd flutter
echo "export PATH=\$PATH:"`pwd`"/bin" >> ~/.profile
echo `pwd`"/bin" >> $GITHUB_PATH
export PATH="$PATH:`pwd`/bin"
flutter channel dev
flutter config --enable-linux-desktop