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