Skip to content

Commit

Permalink
chore: 🤖 flutter version
Browse files Browse the repository at this point in the history
  • Loading branch information
tomokisun committed Dec 15, 2023
1 parent 021cd46 commit a11bae5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- run: ./.github/workflows/scripts/install-flutter.sh 3.3.8
- run: ./.github/workflows/scripts/install-flutter.sh 3.16.4
- run: ./.github/workflows/scripts/install-tools.sh
- run: flutter pub get
- run: flutter analyze
codegen:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- run: ./.github/workflows/scripts/install-flutter.sh 3.3.8
- run: ./.github/workflows/scripts/install-flutter.sh 3.16.4
- run: ./.github/workflows/scripts/install-tools.sh
- run: flutter pub get
- run: make generate
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
env:
FILE_FIREBASE_IOS_DEVELOPMENT: ${{ secrets.FILE_FIREBASE_IOS_DEVELOPMENT }}
FILE_FIREBASE_IOS_PRODUCTION: ${{ secrets.FILE_FIREBASE_IOS_PRODUCTION }}
- run: ./.github/workflows/scripts/install-flutter.sh 3.3.8
- run: ./.github/workflows/scripts/install-flutter.sh 3.16.4
- run: ./.github/workflows/scripts/install-tools.sh
- run: flutter pub get
- uses: actions/cache@v4
Expand Down

0 comments on commit a11bae5

Please sign in to comment.