Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Rawa committed Jan 21, 2025
1 parent 3879477 commit 302bc31
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/android-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 302bc31

Please sign in to comment.