temporary mac build comment out
This commit is contained in:
@@ -38,10 +38,10 @@ jobs:
|
|||||||
run: rustup target add x86_64-unknown-linux-musl x86_64-pc-windows-msvc aarch64-apple-darwin x86_64-apple-darwin
|
run: rustup target add x86_64-unknown-linux-musl x86_64-pc-windows-msvc aarch64-apple-darwin x86_64-apple-darwin
|
||||||
- name: Linux gnu Build
|
- name: Linux gnu Build
|
||||||
run: cargo build --verbose
|
run: cargo build --verbose
|
||||||
- name: m1 mac Build
|
# - name: m1 mac Build
|
||||||
run: cross build --verbose --target aarch64-apple-darwin
|
# run: cross build --verbose --target aarch64-apple-darwin
|
||||||
- name: Intel mac Build
|
# - name: Intel mac Build
|
||||||
run: cross build --verbose --target x86_64-apple-darwin
|
# run: cross build --verbose --target x86_64-apple-darwin
|
||||||
- name: Setup build lib
|
- name: Setup build lib
|
||||||
run: sudo apt install musl-gcc && mingw-w64
|
run: sudo apt install musl-gcc && mingw-w64
|
||||||
- name: x86-64-windows(msvc) Build
|
- name: x86-64-windows(msvc) Build
|
||||||
|
|||||||
Reference in New Issue
Block a user