Changed wget progress
All checks were successful
Pull Request Pipeline / Test (pull_request) Successful in 2m10s
Pull Request Pipeline / Lint (pull_request) Successful in 2m13s

This commit is contained in:
2026-01-18 14:01:22 +01:00
parent d79e082f78
commit 2cce04029a
2 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ jobs:
- name: Install Flutter (wget)
run: |
wget --quiet https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.38.2-stable.tar.xz
wget --progress=dot: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"
@@ -43,7 +43,7 @@ jobs:
- name: Install Flutter (wget)
run: |
wget --quiet https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.38.2-stable.tar.xz
wget --progress=dot: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"

View File

@@ -20,7 +20,7 @@ jobs:
- name: Install Flutter (wget)
run: |
wget --quiet https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.38.2-stable.tar.xz
wget --progress=dot: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"