The song remains the same
Some checks failed
Build Flutter Web and Docker Image for Local Registry / Build Flutter Web App (push) Successful in 2m58s
Build Flutter Web and Docker Image for Local Registry / Build and Push Docker Image to Local Registry (push) Failing after 4s

This commit is contained in:
whysman 2024-11-06 00:17:19 -05:00
parent 6734259146
commit 4be8ae9f04

View File

@ -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
tar xf flutter.tar.xz
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
- name: Flutter Pub Get