This commit is contained in:
@@ -63,11 +63,16 @@ jobs:
|
||||
with:
|
||||
node-version: "20"
|
||||
|
||||
- name: Set up Android SDK
|
||||
uses: android-actions/setup-android@v3
|
||||
|
||||
- uses: subosito/flutter-action@v2
|
||||
with:
|
||||
channel: stable
|
||||
flutter-version: 3.44.5
|
||||
cache: true
|
||||
# The act_runner cache endpoint is not reachable from job containers
|
||||
# in this setup and otherwise adds two ~5 minute timeouts per run.
|
||||
cache: false
|
||||
|
||||
- name: Install Android NDK
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user