updating build.yaml
This commit is contained in:
parent
54629effee
commit
99557fbe7e
@ -23,7 +23,8 @@ jobs:
|
||||
sudo apt-get install -y curl
|
||||
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
|
||||
export PATH="$PATH:`pwd`/flutter/bin"
|
||||
pwd
|
||||
export PATH="$PATH:~/flutter/bin"
|
||||
flutter doctor
|
||||
|
||||
- name: Flutter Pub Get
|
||||
|
Loading…
Reference in New Issue
Block a user