Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ferraridamiano committed Jan 28, 2024
1 parent 41be122 commit da65872
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build_android:
name: Build and release Android app
runs-on: ubuntu-latest
timeout-minutes: 20
timeout-minutes: 1
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -89,15 +89,15 @@ jobs:
build_linux:
name: Build and release Linux app
runs-on: ubuntu-latest
timeout-minutes: 20
timeout-minutes: 15
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Install missing packages
run: |
sudo apt update
sudo apt install -y clang cmake ninja-build pkg-config libgtk-3-dev
sudo apt install -y clang cmake ninja-build pkg-config libgtk-3-dev desktop-file-utils
- name: Setup Flutter
uses: subosito/flutter-action@v2
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
build_web:
name: Build and release Web app
runs-on: ubuntu-latest
timeout-minutes: 20
timeout-minutes: 1
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
build_windows:
name: Build and release Windows app
runs-on: windows-latest
timeout-minutes: 25
timeout-minutes: 1
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit da65872

Please sign in to comment.