We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8110a1 commit 1ce0887Copy full SHA for 1ce0887
.github/workflows/action.yml
@@ -24,6 +24,13 @@ jobs:
24
toolchain: stable
25
- run: echo "end install Rust..."
26
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
+
34
- name: Set up Flutter
35
uses: subosito/flutter-action@v2
36
with:
0 commit comments