Skip to content

Commit

Permalink
fix(ci): broken build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rushiiMachine committed Jan 29, 2025
1 parent c487274 commit e8fd600
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ on:

jobs:
build:
timeout-minutes: 5
runs-on: ubuntu-20.04
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
uses: actions/checkout@v4
with:
path: "src"

Expand All @@ -36,6 +36,8 @@ jobs:

- name: Setup Android SDK
uses: android-actions/setup-android@v2
with:
cmdline-tools-version: 9862592 # 10.0 is the last version working with JDK 11

- name: Build Plugins
run: |
Expand Down

0 comments on commit e8fd600

Please sign in to comment.