We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcfdc88 commit 0f4cc5cCopy full SHA for 0f4cc5c
.github/workflows/android-audit.yml
@@ -82,8 +82,10 @@ jobs:
82
run: git config --global --add safe.directory $(pwd)
83
84
# Needed until we improve the build system.
85
- - name: Create dummy jni dir
86
- run: mkdir -p android/app/build/extraJni
+ - name: Create dummy jni dir and relay list
+ run: |
87
+ mkdir -p android/app/build/extraJni android/app/build/extraAssets
88
+ touch android/app/build/extraAssets/relays.json
89
90
- name: Re-generate lockfile
91
run: android/scripts/update-lockfile.sh
0 commit comments