Skip to content

Commit 0f4cc5c

Browse files
committed
Fix lockfile workflow
1 parent bcfdc88 commit 0f4cc5c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/android-audit.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,10 @@ jobs:
8282
run: git config --global --add safe.directory $(pwd)
8383

8484
# Needed until we improve the build system.
85-
- name: Create dummy jni dir
86-
run: mkdir -p android/app/build/extraJni
85+
- name: Create dummy jni dir and relay list
86+
run: |
87+
mkdir -p android/app/build/extraJni android/app/build/extraAssets
88+
touch android/app/build/extraAssets/relays.json
8789
8890
- name: Re-generate lockfile
8991
run: android/scripts/update-lockfile.sh

0 commit comments

Comments
 (0)