update build.yaml
Some checks failed
Build Flutter Web and Docker Image for Local Registry / Build Flutter Web App (push) Failing after 1m15s
Build Flutter Web and Docker Image for Local Registry / Build and Push Docker Image to Local Registry (push) Has been skipped

This commit is contained in:
whysman 2024-11-06 00:03:27 -05:00
parent 99557fbe7e
commit 00a0774d15

View File

@ -21,10 +21,11 @@ jobs:
run: |
sudo apt-get update
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
tar xf flutter.tar.xz
pwd
export PATH="$PATH:~/flutter/bin"
export PATH="$PATH:~/usr/local/flutter/bin"
flutter doctor
- name: Flutter Pub Get