Updated progress bar
Some checks failed
Pull Request Pipeline / Test (pull_request) Has been cancelled
Pull Request Pipeline / Lint (pull_request) Has been cancelled

This commit is contained in:
2026-01-18 14:27:58 +01:00
parent b464c13473
commit 49ce90bc68

View File

@@ -12,7 +12,7 @@ jobs:
- name: Install Flutter (wget)
run: |
wget --show-progress --progress=bar:noscroll https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.38.2-stable.tar.xz
wget --progress=bar:giga https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.38.2-stable.tar.xz
tar xf flutter_linux_3.38.2-stable.tar.xz
# Set Git safe directory for Flutter path
git config --global --add safe.directory "$(pwd)/flutter"