updating build.yaml
Some checks failed
Build Flutter Web and Docker Image for Local Registry / Build Flutter Web App (push) Failing after 1m18s
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:00:08 -05:00
parent 54629effee
commit 99557fbe7e

View File

@ -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