Skip to content

Commit

Permalink
Fix CI build error
Browse files Browse the repository at this point in the history
  • Loading branch information
minhdanh committed Aug 24, 2024
1 parent 74f44b3 commit 8a047f0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/dart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: stable
- name: Set up Java
uses: actions/setup-java@v4
with:
distribution: "temurin"
java-version: 17
- name: Enable Linux for flutter
run: flutter config --enable-linux-desktop
- name: Update repo
Expand Down Expand Up @@ -81,6 +86,11 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: master
- name: Set up Java
uses: actions/setup-java@v4
with:
distribution: "temurin"
java-version: 17
- name: Enable Linux for flutter
run: flutter config --enable-linux-desktop
- name: Update repo
Expand Down

0 comments on commit 8a047f0

Please sign in to comment.