mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-04 20:37:56 +00:00
build: fix aarch64-apple-darwin builds (#2300)
This commit is contained in:
parent
3772b4846d
commit
cf9c89ef6b
11
.github/workflows/deploy.yml
vendored
11
.github/workflows/deploy.yml
vendored
@ -64,11 +64,9 @@ jobs:
|
||||
os: macOS-latest
|
||||
name: starship-x86_64-apple-darwin.tar.gz
|
||||
|
||||
# TODO: Enable once macos-11.0 pools are publicly available
|
||||
# https://github.com/actions/virtual-environments/issues/2486
|
||||
# - target: aarch64-apple-darwin
|
||||
# os: macos-11.0
|
||||
# name: starship-aarch64-apple-darwin.tar.gz
|
||||
- target: aarch64-apple-darwin
|
||||
os: macOS-latest
|
||||
name: starship-aarch64-apple-darwin.tar.gz
|
||||
|
||||
- target: x86_64-pc-windows-msvc
|
||||
os: windows-latest
|
||||
@ -111,6 +109,9 @@ jobs:
|
||||
|
||||
- name: Build | Build
|
||||
uses: actions-rs/cargo@v1
|
||||
# TODO: Remove this once it's the default
|
||||
env:
|
||||
SDKROOT: /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk
|
||||
with:
|
||||
command: build
|
||||
args: --release --features tls-vendored --target ${{ matrix.target }}
|
||||
|
Loading…
Reference in New Issue
Block a user