Skip to content

Commit

Permalink
🔵 other: workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyunjie committed Jul 4, 2024
1 parent 0ac6faf commit 32d4db6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- main
- 5-build-fail-by-device-info-plugin

jobs:
build-apk:
Expand All @@ -25,6 +26,11 @@ jobs:
with:
toolchain: stable

- uses: actions/setup-java@v4
with:
distribution: "zulu" # See 'Supported distributions' for available options
java-version: "17"

- name: Build Prepare
run: |
flutter pub get
Expand Down

0 comments on commit 32d4db6

Please sign in to comment.