Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

Commit

Permalink
Update betabuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
domedav authored Aug 30, 2024
1 parent fe8bb3b commit d3621b9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/betabuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
with:
channel: stable

- name: Setup Java
uses: actions/setup-java@v3
with:
java-version: '8'

- name: Run Flutter Doctor (To check environment)
run: flutter doctor

Expand Down

0 comments on commit d3621b9

Please sign in to comment.