Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
luke358 authored Mar 14, 2024
1 parent d64995f commit b7c480f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
with:
flutter-version: '3.x'
channel: 'stable'
- name: Set up Android SDK
uses: android-actions/setup-android@v2
with:
sdk-version: '29' # Specify the Android SDK version here
ndk-version: '21.4.7075529'

- name: Get dependencies
run: flutter pub get
Expand Down

0 comments on commit b7c480f

Please sign in to comment.