File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,23 +56,13 @@ jobs:
5656 with :
5757 ndk-version : r29
5858
59- - name : Fix NDK libgcc issue
60- run : |
61- chmod +x .github/scripts/fix-ndk-libgcc.sh
62- .github/scripts/fix-ndk-libgcc.sh
63-
6459 - name : Add Rust Android targets
6560 run : |
6661 rustup target add aarch64-linux-android
6762 rustup target add armv7-linux-androideabi
6863 rustup target add i686-linux-android
6964 rustup target add x86_64-linux-android
70-
71- - name : Install Protoc
72- uses : arduino/setup-protoc@v3
73- with :
74- version : " 23.x"
75-
65+
7666 - uses : taiki-e/install-action@v2
7767 with :
7868 tool : cargo-ndk
Original file line number Diff line number Diff line change @@ -36,4 +36,5 @@ replay_pid*
3636.externalNativeBuild
3737.cxx
3838local.properties
39- signing.properties
39+ signing.properties
40+ uniffi /.vscode /settings.json
You can’t perform that action at this time.
0 commit comments