summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/android-audit.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/android-audit.yml b/.github/workflows/android-audit.yml
index 71ca477937..d6e02ec48b 100644
--- a/.github/workflows/android-audit.yml
+++ b/.github/workflows/android-audit.yml
@@ -84,6 +84,9 @@ jobs:
- name: Fix git dir
run: git config --global --add safe.directory $(pwd)
+ - name: Create Android rustJniLibs dir
+ run: mkdir -p android/app/build/rustJniLibs/android
+
- name: Re-generate lockfile
run: android/scripts/update-lockfile.sh