The song remains the same
This commit is contained in:
parent
6734259146
commit
4be8ae9f04
@ -25,7 +25,8 @@ jobs:
|
|||||||
curl -o flutter.tar.xz https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.7.7-stable.tar.xz
|
curl -o flutter.tar.xz https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.7.7-stable.tar.xz
|
||||||
tar xf flutter.tar.xz
|
tar xf flutter.tar.xz
|
||||||
pwd
|
pwd
|
||||||
export PATH="$PATH:~/usr/local/flutter/bin"
|
export PATH="$PATH:/usr/local/flutter/bin"
|
||||||
|
/usr/local/flutter/bin/flutter upgrade
|
||||||
/usr/local/flutter/bin/flutter doctor
|
/usr/local/flutter/bin/flutter doctor
|
||||||
|
|
||||||
- name: Flutter Pub Get
|
- name: Flutter Pub Get
|
||||||
|
Loading…
Reference in New Issue
Block a user