Update build.yml to remove duplicated -y yes confirmation when installing Linux requirements

pull/1876/head
Ellet 11 months ago committed by GitHub
parent ab17019de8
commit 9d84ef6543
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/build.yml

@ -33,7 +33,7 @@ jobs:
run: sudo apt update -y && sudo apt upgrade -y
- name: Install flutter Linux prerequisites
run: sudo apt install -y curl git unzip xz-utils zip libglu1-mesa -y
run: sudo apt install -y curl git unzip xz-utils zip libglu1-mesa
- name: Flutter build Linux
run: flutter build linux --release --verbose --dart-define=CI=true

Loading…
Cancel
Save