Skip to content

Commit

Permalink
Update validation-jobs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Litttlefish authored May 18, 2024
1 parent 255b018 commit f28cebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validation-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
run: cargo install --force cargo-ndk

- name: Build .so file
run: cargo ndk -t arm64-v8a -o android_example/app/src/main/jniLibs build --release --package bevy_mobile_example
run: cargo ndk -t arm64-v8a -o android_example/app/src/main/jniLibs build --package bevy_mobile_example

- name: Build app for Android
run: cd examples/mobile/android_example && chmod +x gradlew && ./gradlew build
Expand Down

0 comments on commit f28cebc

Please sign in to comment.