mirror of
https://github.com/Llewellynvdm/starship.git
synced 2025-04-07 01:31:50 +00:00
ci: use the default macOS SDK at build time
This commit is contained in:
parent
af049d5bc9
commit
8f84f7cf88
7
.github/workflows/deploy.yml
vendored
7
.github/workflows/deploy.yml
vendored
@ -33,11 +33,11 @@ jobs:
|
|||||||
name: starship-arm-unknown-linux-musleabihf.tar.gz
|
name: starship-arm-unknown-linux-musleabihf.tar.gz
|
||||||
|
|
||||||
- target: x86_64-apple-darwin
|
- target: x86_64-apple-darwin
|
||||||
os: macOS-latest
|
os: macOS-11
|
||||||
name: starship-x86_64-apple-darwin.tar.gz
|
name: starship-x86_64-apple-darwin.tar.gz
|
||||||
|
|
||||||
- target: aarch64-apple-darwin
|
- target: aarch64-apple-darwin
|
||||||
os: macOS-latest
|
os: macOS-11
|
||||||
name: starship-aarch64-apple-darwin.tar.gz
|
name: starship-aarch64-apple-darwin.tar.gz
|
||||||
|
|
||||||
- target: x86_64-pc-windows-msvc
|
- target: x86_64-pc-windows-msvc
|
||||||
@ -81,9 +81,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Build | Build
|
- name: Build | Build
|
||||||
uses: actions-rs/cargo@v1.0.3
|
uses: actions-rs/cargo@v1.0.3
|
||||||
# TODO: Remove this once it's the default
|
|
||||||
env:
|
|
||||||
SDKROOT: /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk
|
|
||||||
with:
|
with:
|
||||||
command: build
|
command: build
|
||||||
args: --release --locked --features tls-vendored --target ${{ matrix.target }}
|
args: --release --locked --features tls-vendored --target ${{ matrix.target }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user