mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-12-11 01:17:30 +00:00
cd: export bash env
This commit is contained in:
parent
9293d34742
commit
9d96dffedc
@ -14,7 +14,7 @@ jobs:
|
|||||||
- run: |
|
- run: |
|
||||||
git clone https://github.com/flutter/flutter.git
|
git clone https://github.com/flutter/flutter.git
|
||||||
cd flutter && git checkout stable && cd ..
|
cd flutter && git checkout stable && cd ..
|
||||||
export PATH="$PATH:`pwd`/flutter/bin"
|
echo 'export PATH="$PATH:`pwd`/flutter/bin"' >> $BASH_ENV
|
||||||
flutter precache
|
flutter precache
|
||||||
flutter doctor -v
|
flutter doctor -v
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user