From fa1ce618fb183641a1d9e8e0aa5304ecd3e8b2e6 Mon Sep 17 00:00:00 2001 From: DastInDark <2350416+hitenkoku@users.noreply.github.com> Date: Thu, 22 Sep 2022 15:54:21 +0900 Subject: [PATCH] temporary mac build comment out --- .github/workflows/rust.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index d9072693..65c0e78a 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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