Skip to content

Commit

Permalink
Fixing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinbjornt committed May 30, 2024
1 parent 37cd357 commit dfbfc68
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,11 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
- name: Setup Flutter SDK
uses: flutter-actions/setup-flutter@v3
with:
flutter-version: '3.10.0'
channel: 'stable'
channel: stable
version: 3.22.0
- name: Create dummy API keys
run: |
touch keys/gaccount.json
Expand Down

0 comments on commit dfbfc68

Please sign in to comment.