Skip to content

Commit

Permalink
Change workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
OctMon committed Jun 9, 2023
1 parent a786b15 commit 8c06e29
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,14 @@ jobs:
os: [macos-latest]

steps:
- uses: actions/checkout@v1
- uses: subosito/flutter-action@v1
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
flutter-version: '2.0.1'
distribution: 'adopt'
java-version: '11.x'
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
- run: dart --version
- run: flutter --version
- name: build flutter_des_example
Expand Down

0 comments on commit 8c06e29

Please sign in to comment.