File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 44name : " android"
55jobs :
66 build :
7- name : Building iOS Pod on ${{ matrix.os }}
7+ name : Building Android on ${{ matrix.os }}
88 runs-on : ${{ matrix.os }}
99 strategy :
1010 matrix :
3030 i686-linux-android
3131 cargo install cargo-ndk
3232
33- - name : Build Pod
33+ - name : Build for Android
3434 run : |
3535 cargo ndk -t armeabi-v7a -t arm64-v8a -o ./jniLibs build --release -Zbuild-std -p powersync_loadable
Original file line number Diff line number Diff line change 44name : " ios"
55jobs :
66 build :
7- name : Building Android on ${{ matrix.os }}
7+ name : Building iOS on ${{ matrix.os }}
88 runs-on : ${{ matrix.os }}
99 strategy :
1010 matrix :
1717
1818 - name : Setup
1919 run : |
20- rustup toolchain install nightly-2023-08-28-x86_64-unknown-linux-gnu
21- rustup component add rust-src --toolchain nightly-2023-08-28-x86_64-unknown-linux-gnu
20+ rustup toolchain install nightly-2023-08-28-x86_64-apple-darwin
21+ rustup component add rust-src --toolchain nightly-2023-08-28-x86_64-apple-darwin
2222 rustup target add \
2323 aarch64-apple-ios \
2424 aarch64-apple-ios-sim \
You can’t perform that action at this time.
0 commit comments