Skip to content

Commit 1ce0887

Browse files
committed
[*] update normally
1 parent b8110a1 commit 1ce0887

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/action.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ jobs:
2424
toolchain: stable
2525
- run: echo "end install Rust..."
2626

27+
- run: echo "start install sdk..."
28+
- name: Setup Android SDK
29+
uses: android-actions/setup-android@v3
30+
- run: sdkmanager tools platform-tools
31+
- run: sdkmanager "platforms;android-35"
32+
- run: echo "end install sdk..."
33+
2734
- name: Set up Flutter
2835
uses: subosito/flutter-action@v2
2936
with:

0 commit comments

Comments
 (0)