Disabled MAC
This commit is contained in:
parent
6e89020e46
commit
59b3017dcc
|
@ -17,8 +17,9 @@ jobs:
|
|||
target: x86_64-pc-windows-gnu
|
||||
- release_for: Linux - X86_64
|
||||
target: x86_64-unknown-linux-musl
|
||||
- release_for: Mac - X86_64
|
||||
target: x86_64-apple-darwin
|
||||
# Broken: https://github.com/rust-build/rust-build.action/issues/88
|
||||
# - release_for: Mac - X86_64
|
||||
# target: x86_64-apple-darwin
|
||||
steps:
|
||||
- name: Checkout branch
|
||||
uses: actions/checkout@v4
|
||||
|
|
|
@ -29,12 +29,13 @@ jobs:
|
|||
RUSTTARGET: x86_64-pc-windows-gnu
|
||||
UPLOAD_MODE: none
|
||||
|
||||
- name: Compile Mac - X86_64
|
||||
id: mac_x86
|
||||
uses: rust-build/rust-build.action@v1.4.5
|
||||
with:
|
||||
RUSTTARGET: x86_64-apple-darwin
|
||||
UPLOAD_MODE: none
|
||||
# Broken: https://github.com/rust-build/rust-build.action/issues/88
|
||||
# - name: Compile Mac - X86_64
|
||||
# id: mac_x86
|
||||
# uses: rust-build/rust-build.action@v1.4.5
|
||||
# with:
|
||||
# RUSTTARGET: x86_64-apple-darwin
|
||||
# UPLOAD_MODE: none
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
|
|
Loading…
Reference in New Issue