mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Add comment
This commit is contained in:
parent
3d4ceb24c0
commit
078ae2bb95
5
.github/workflows/rust.yml
vendored
5
.github/workflows/rust.yml
vendored
@ -72,7 +72,10 @@ jobs:
|
||||
target/
|
||||
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
||||
- name: Cargo Build
|
||||
run: cargo build --target aarch64-apple-ios --lib
|
||||
run: cargo build --target aarch64-apple-ios --lib # First running `cargo build` before `xcodebuild` is REQUIRED!
|
||||
# Else the rust compilation fails during linking. This is
|
||||
# probably due to some weird environment variables set during
|
||||
# xcodebuild execution
|
||||
- name: XCode Build
|
||||
run: cd apple/mapr && xcodebuild -scheme "mapr (iOS)" -arch arm64 -sdk iphoneos build CODE_SIGNING_ALLOWED=NO
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user