mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-03 18:40:00 +08:00
ci: only disable postinstall on macOS in nightly desktop build (#4938)
This commit is contained in:
@@ -115,6 +115,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
|
if: ${{ matrix.spec.platform == 'darwin' }}
|
||||||
uses: ./.github/actions/setup-node
|
uses: ./.github/actions/setup-node
|
||||||
with:
|
with:
|
||||||
extra-flags: workspaces focus @affine/electron @affine/monorepo
|
extra-flags: workspaces focus @affine/electron @affine/monorepo
|
||||||
@@ -122,6 +123,15 @@ jobs:
|
|||||||
build-plugins: false
|
build-plugins: false
|
||||||
nmHoistingLimits: workspaces
|
nmHoistingLimits: workspaces
|
||||||
enableScripts: false
|
enableScripts: false
|
||||||
|
- name: Setup Node.js
|
||||||
|
timeout-minutes: 10
|
||||||
|
if: ${{ matrix.spec.platform != 'darwin' }}
|
||||||
|
uses: ./.github/actions/setup-node
|
||||||
|
with:
|
||||||
|
extra-flags: workspaces focus @affine/electron @affine/monorepo
|
||||||
|
hard-link-nm: false
|
||||||
|
build-plugins: false
|
||||||
|
nmHoistingLimits: workspaces
|
||||||
- name: Build AFFiNE native
|
- name: Build AFFiNE native
|
||||||
uses: ./.github/actions/build-rust
|
uses: ./.github/actions/build-rust
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user