mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Try to set iphone sdk
This commit is contained in:
parent
2614376bd6
commit
2e1ab33fb6
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
@ -71,9 +71,9 @@ jobs:
|
|||||||
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
export SDKROOT=$(xcrun -sdk iphonesimulator15.2 --show-sdk-path)
|
export SDKROOT=$(xcrun -sdk iphonesimulator15.0 --show-sdk-path)
|
||||||
echo $SDKROOT
|
echo $SDKROOT
|
||||||
cd apple/mapr && xcodebuild -scheme "mapr (iOS)" -arch arm64 -sdk iphonesimulator15.2 build
|
cd apple/mapr && xcodebuild -scheme "mapr (iOS)" -arch arm64 -sdk iphonesimulator15.0 build
|
||||||
|
|
||||||
build-aarch64-android:
|
build-aarch64-android:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user