Skip to content

Commit

Permalink
mild fix ci (#2363)
Browse files Browse the repository at this point in the history
* Update flutter_build.yaml

* Update install_additional_requirements_for_flutter.sh
  • Loading branch information
sensuikan1973 authored Dec 13, 2024
1 parent a1f33d5 commit b6bf1ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ set -euxo pipefail

# See: https://docs.flutter.dev/platform-integration/desktop#additional-linux-requirements
sudo apt-get update -y
sudo apt-get upgrade -y
sudo apt-get install -y curl git unzip xz-utils zip libglu1-mesa
sudo apt-get install -y clang cmake git ninja-build pkg-config libgtk-3-dev liblzma-dev libstdc++-12-dev

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flutter_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:
jobs:
flutter_build_desktop_app:
runs-on: ${{ matrix.runner_machine }}
timeout-minutes: 20
timeout-minutes: 40
strategy:
fail-fast: false # I want results from all OSes even if one fails.
matrix:
Expand Down

0 comments on commit b6bf1ee

Please sign in to comment.