Skip to content

Commit

Permalink
ci: remove mobile simulator target
Browse files Browse the repository at this point in the history
  • Loading branch information
Zvicii committed Jan 4, 2024
1 parent c68aa8f commit d7c7a1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
toolchain: stable
targets: aarch64-linux-android, armv7-linux-androideabi, i686-linux-android, x86_64-linux-android
- run: cargo install cargo-ndk
- run: cargo ndk -t arm64-v8a -t armeabi-v7a -t x86_64 -t x86 -o ./jniLibs build --release
- run: cargo ndk -t arm64-v8a -t armeabi-v7a -o ./jniLibs build --release
- uses: actions/upload-artifact@v4
with:
name: android-universal
Expand All @@ -130,7 +130,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
targets: aarch64-apple-ios, aarch64-apple-ios-sim, x86_64-apple-ios
targets: aarch64-apple-ios, x86_64-apple-ios
- run: cargo build --release --target aarch64-apple-ios --target aarch64-apple-ios-sim --target x86_64-apple-ios
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit d7c7a1b

Please sign in to comment.