This commit is contained in:
@@ -63,11 +63,16 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: "20"
|
node-version: "20"
|
||||||
|
|
||||||
|
- name: Set up Android SDK
|
||||||
|
uses: android-actions/setup-android@v3
|
||||||
|
|
||||||
- uses: subosito/flutter-action@v2
|
- uses: subosito/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
channel: stable
|
channel: stable
|
||||||
flutter-version: 3.44.5
|
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
|
- name: Install Android NDK
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user