From 8bcc886b46b951530443f24ccc05c10f7436ce20 Mon Sep 17 00:00:00 2001 From: LongYinan Date: Tue, 14 Nov 2023 14:13:55 +0800 Subject: [PATCH] ci: disable postinstall in nightly desktop build (#4930) Should be part of https://github.com/toeverything/AFFiNE/pull/4885 --- .github/workflows/nightly-build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly-build.yml b/.github/workflows/nightly-build.yml index 2169117566..e203409947 100644 --- a/.github/workflows/nightly-build.yml +++ b/.github/workflows/nightly-build.yml @@ -86,11 +86,11 @@ jobs: # For windows, we need a separate approach matrix: spec: - - runner: macos-latest-xlarge + - runner: macos-latest platform: darwin arch: x64 target: x86_64-apple-darwin - - runner: macos-latest-xlarge + - runner: macos-latest platform: darwin arch: arm64 target: aarch64-apple-darwin @@ -121,6 +121,7 @@ jobs: hard-link-nm: false build-plugins: false nmHoistingLimits: workspaces + enableScripts: false - name: Build AFFiNE native uses: ./.github/actions/build-rust with: