temporary mac build comment out
This commit is contained in:
8
.github/workflows/rust.yml
vendored
8
.github/workflows/rust.yml
vendored
@@ -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
|
||||
- name: Linux gnu Build
|
||||
run: cargo build --verbose
|
||||
- name: m1 mac Build
|
||||
run: cross build --verbose --target aarch64-apple-darwin
|
||||
- name: Intel mac Build
|
||||
run: cross build --verbose --target x86_64-apple-darwin
|
||||
# - name: m1 mac Build
|
||||
# run: cross build --verbose --target aarch64-apple-darwin
|
||||
# - name: Intel mac Build
|
||||
# run: cross build --verbose --target x86_64-apple-darwin
|
||||
- name: Setup build lib
|
||||
run: sudo apt install musl-gcc && mingw-w64
|
||||
- name: x86-64-windows(msvc) Build
|
||||
|
||||
Reference in New Issue
Block a user