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 bd128f0
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@ jobs:
with:
distribution: 'temurin'
java-version: '17'
- 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/server.key
Expand Down Expand Up @@ -66,10 +67,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 bd128f0

Please sign in to comment.