Skip to content

Commit

Permalink
Fix: Android yml typo
Browse files Browse the repository at this point in the history
  • Loading branch information
henriqueaklein committed Jan 23, 2024
1 parent 12216e9 commit a459c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Android-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
rustup update
rustup toolchain install stable
rustup default stable
rustup target add aarch64-linux-android armv7-linux-androideabi x86_64-linux-android i686-linux-androidd
rustup target add aarch64-linux-android armv7-linux-androideabi x86_64-linux-android i686-linux-android
cargo install cbindgen
- name: Create Build Directory
Expand Down

0 comments on commit a459c16

Please sign in to comment.