Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into feature/debug-real…
Browse files Browse the repository at this point in the history
…time_notification
  • Loading branch information
Yoshida-koshi committed Feb 26, 2024
2 parents 56c92e5 + 29e83ff commit 7f4c561
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
- uses: actions/checkout@v3
- uses: subosito/[email protected]
with:
flutter-version: '3.10.1'
flutter-version: '3.16.9'
channel: 'stable'
- name: Create .env file
run: echo "USE_DEBUG_MODE=${{ secrets.USE_DEBUG_MODE }}" >> .env
&& echo "PGN_API_BASE_URL=${{ secrets.PGN_API_BASE_URL }}" >> .env
Expand Down

0 comments on commit 7f4c561

Please sign in to comment.