temporary mac build comment out

This commit is contained in:
DastInDark
2022-09-22 15:54:21 +09:00
parent 45b46f6574
commit fa1ce618fb

View File

@@ -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