Skip to content

Commit

Permalink
Фикс Github Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zensonaton committed Dec 10, 2024
1 parent ac4a8d8 commit 050afe4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Set up Java
uses: actions/setup-java@v3
with:
distribution: "zulu"
java-version: "17"
cache: gradle

- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
Expand Down

0 comments on commit 050afe4

Please sign in to comment.