Showing
1 changed file
with
4 additions
and
3 deletions
| @@ -12,7 +12,7 @@ jobs: | @@ -12,7 +12,7 @@ jobs: | ||
| 12 | 12 | ||
| 13 | steps: | 13 | steps: |
| 14 | - uses: actions/checkout@v2 | 14 | - uses: actions/checkout@v2 |
| 15 | - - uses: subosito/flutter-action@v1 | 15 | + - uses: subosito/flutter-action@v2 |
| 16 | with: | 16 | with: |
| 17 | channel: stable | 17 | channel: stable |
| 18 | - name: Enable Linux for flutter | 18 | - name: Enable Linux for flutter |
| @@ -45,7 +45,7 @@ jobs: | @@ -45,7 +45,7 @@ jobs: | ||
| 45 | 45 | ||
| 46 | steps: | 46 | steps: |
| 47 | - uses: actions/checkout@v2 | 47 | - uses: actions/checkout@v2 |
| 48 | - - uses: subosito/flutter-action@v1 | 48 | + - uses: subosito/flutter-action@v2 |
| 49 | with: | 49 | with: |
| 50 | channel: stable | 50 | channel: stable |
| 51 | - name: Enable Windows for flutter | 51 | - name: Enable Windows for flutter |
| @@ -60,9 +60,10 @@ jobs: | @@ -60,9 +60,10 @@ jobs: | ||
| 60 | 60 | ||
| 61 | steps: | 61 | steps: |
| 62 | - uses: actions/checkout@v2 | 62 | - uses: actions/checkout@v2 |
| 63 | - - uses: subosito/flutter-action@v1 | 63 | + - uses: subosito/flutter-action@v2 |
| 64 | with: | 64 | with: |
| 65 | channel: stable | 65 | channel: stable |
| 66 | + architecture: x64 | ||
| 66 | - name: Enable macOS for flutter | 67 | - name: Enable macOS for flutter |
| 67 | run: flutter config --enable-macos-desktop | 68 | run: flutter config --enable-macos-desktop |
| 68 | - name: Prepare build | 69 | - name: Prepare build |
-
Please register or login to post a comment