Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tomokisun authored Dec 15, 2023
1 parent def8837 commit 3d59c6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ jobs:
analyze:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: ./.github/workflows/scripts/install-flutter.sh 3.3.8
- run: ./.github/workflows/scripts/install-tools.sh
- run: flutter pub get
- run: flutter analyze
codegen:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: ./.github/workflows/scripts/install-flutter.sh 3.3.8
- run: ./.github/workflows/scripts/install-tools.sh
- run: flutter pub get
Expand Down

0 comments on commit 3d59c6d

Please sign in to comment.