Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
laves committed Feb 6, 2024
1 parent 079dde4 commit 755e384
Showing 1 changed file with 20 additions and 19 deletions.
39 changes: 20 additions & 19 deletions .github/workflows/flutter-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,32 +51,33 @@ jobs:

- name: Install dependencies
run: ./gradlew --version
working-directory: android

- name: Build
run: flutter build apk
working-directory: example

build-ios:
name: Build iOS demo
runs-on: macos-latest
strategy:
matrix:
flutter-version: ['2.8.1', '3.0.4']
# build-ios:
# name: Build iOS demo
# runs-on: macos-latest
# strategy:
# matrix:
# flutter-version: ['2.8.1', '3.0.4']

steps:
- uses: actions/checkout@v3
# steps:
# - uses: actions/checkout@v3

- name: Install Flutter ${{ matrix.flutter-version }}
uses: subosito/flutter-action@v2
with:
flutter-version: ${{ matrix.flutter-version }}
architecture: x64
# - name: Install Flutter ${{ matrix.flutter-version }}
# uses: subosito/flutter-action@v2
# with:
# flutter-version: ${{ matrix.flutter-version }}
# architecture: x64

- name: Update Cocoapods repo
run: pod repo update
# - name: Update Cocoapods repo
# run: pod repo update

- name: Install dependencies
run: flutter pub get
# - name: Install dependencies
# run: flutter pub get

- name: Build
run: flutter build ios --release --no-codesign
# - name: Build
# run: flutter build ios --release --no-codesign

0 comments on commit 755e384

Please sign in to comment.