Skip to content

Commit

Permalink
try fixing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dangfan committed Dec 26, 2024
1 parent f294989 commit a590e3c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1
- uses: subosito/flutter-action@v2
- name: Setup Flutter SDK
uses: flutter-actions/setup-flutter@v3
with:
channel: 'stable'
channel: stable
version: ${{ env.FLUTTER_VERSION }}
cache: true
- name: Install dependencies
run: flutter pub get
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homepage: "https://github.com/nfcim/flutter_nfc_kit"

environment:
sdk: ">=3.5.0 <4.0.0"
flutter: ">=3.24.0"
flutter: 3.24.5

dependencies:
flutter:
Expand Down

0 comments on commit a590e3c

Please sign in to comment.