This commit is contained in:
@@ -74,6 +74,13 @@ jobs:
|
||||
# in this setup and otherwise adds two ~5 minute timeouts per run.
|
||||
cache: false
|
||||
|
||||
- name: Trust Flutter SDK checkout
|
||||
shell: bash
|
||||
run: |
|
||||
set -euo pipefail
|
||||
flutter_sdk="$(dirname "$(dirname "$(command -v flutter)")")"
|
||||
git config --global --add safe.directory "$flutter_sdk"
|
||||
|
||||
- name: Install Android NDK
|
||||
shell: bash
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user