Skip to content

Commit

Permalink
aar fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
nklhtv committed Jun 29, 2022
1 parent 4c12dbf commit be8aaa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Add x86_64 target
run: rustup target add x86_64-linux-android
- name: Build aar
run: ./gradlew assembleRelease
run: ./gradlew assembleRelease && ./gradlew assembleRelease
- name: Lint code format
run: cargo fmt --all -- --check
# TODO: fix clippy
Expand Down

0 comments on commit be8aaa4

Please sign in to comment.