update build.yaml
This commit is contained in:
parent
99557fbe7e
commit
00a0774d15
@ -21,10 +21,11 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y curl
|
sudo apt-get install -y curl
|
||||||
|
cd /usr/local
|
||||||
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:~/flutter/bin"
|
export PATH="$PATH:~/usr/local/flutter/bin"
|
||||||
flutter doctor
|
flutter doctor
|
||||||
|
|
||||||
- name: Flutter Pub Get
|
- name: Flutter Pub Get
|
||||||
|
Loading…
Reference in New Issue
Block a user