mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Clean .build directory on macOS
This commit is contained in:
parent
40304383d4
commit
a3e4c51b5e
4
.github/workflows/library-apple.yml
vendored
4
.github/workflows/library-apple.yml
vendored
@ -41,8 +41,8 @@ jobs:
|
||||
run: cd apple/xcode && xcodebuild -scheme "example (iOS)" -arch arm64 -sdk iphoneos build CODE_SIGNING_ALLOWED=NO
|
||||
- name: Build Swift Package (arm64)
|
||||
shell: bash
|
||||
run: cd apple/MapLibreRs && swift build --arch=arm64
|
||||
run: cd apple/MapLibreRs && rm -rf .build && swift build --arch=arm64
|
||||
- name: Build Swift Package (x86_64)
|
||||
shell: bash
|
||||
run: cd apple/MapLibreRs && swift build --arch=x86_64
|
||||
run: cd apple/MapLibreRs && rm -rf .build && swift build --arch=x86_64
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user