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 4
4
name : " android"
5
5
jobs :
6
6
build :
7
- name : Building iOS Pod on ${{ matrix.os }}
7
+ name : Building Android on ${{ matrix.os }}
8
8
runs-on : ${{ matrix.os }}
9
9
strategy :
10
10
matrix :
30
30
i686-linux-android
31
31
cargo install cargo-ndk
32
32
33
- - name : Build Pod
33
+ - name : Build for Android
34
34
run : |
35
35
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 4
4
name : " ios"
5
5
jobs :
6
6
build :
7
- name : Building Android on ${{ matrix.os }}
7
+ name : Building iOS on ${{ matrix.os }}
8
8
runs-on : ${{ matrix.os }}
9
9
strategy :
10
10
matrix :
17
17
18
18
- name : Setup
19
19
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
22
22
rustup target add \
23
23
aarch64-apple-ios \
24
24
aarch64-apple-ios-sim \
You can’t perform that action at this time.
0 commit comments