Skip to content

Commit 8fea823

Browse files
committed
Fix missing directory
1 parent b0c691a commit 8fea823

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/gradle-verification.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ jobs:
2525
steps:
2626
- name: Checkout repository
2727
uses: actions/checkout@v4
28-
# with:
29-
# submodules: true
28+
29+
- name: Create Android rustJniLibs dir
30+
run: mkdir -p android/app/build/rustJniLibs/android
3031

3132
- name: Create verification file
3233
run: |

0 commit comments

Comments
 (0)