ci: disable postinstall in nightly desktop build (#4930)

Should be part of https://github.com/toeverything/AFFiNE/pull/4885
This commit is contained in:
LongYinan
2023-11-14 14:13:55 +08:00
committed by GitHub
parent c90b477f60
commit 05154dc7ca
+3 -2
View File
@@ -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: