Skip to content

Commit

Permalink
Fix macos actions
Browse files Browse the repository at this point in the history
  • Loading branch information
DavBfr committed Jul 25, 2022
1 parent 5224867 commit 0f0edfe
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/dart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v1
- uses: subosito/flutter-action@v2
with:
channel: stable
- name: Enable Linux for flutter
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v1
- uses: subosito/flutter-action@v2
with:
channel: stable
- name: Enable Windows for flutter
Expand All @@ -60,9 +60,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v1
- uses: subosito/flutter-action@v2
with:
channel: stable
architecture: x64
- name: Enable macOS for flutter
run: flutter config --enable-macos-desktop
- name: Prepare build
Expand Down

0 comments on commit 0f0edfe

Please sign in to comment.