mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-09 21:25:45 +08:00
ci: fix setup maker (#3519)
This commit is contained in:
@@ -4,6 +4,7 @@ runs:
|
|||||||
using: 'composite'
|
using: 'composite'
|
||||||
steps:
|
steps:
|
||||||
- name: 'Install create-dmg from brew'
|
- name: 'Install create-dmg from brew'
|
||||||
|
if: runner.os == 'macos'
|
||||||
shell: bash
|
shell: bash
|
||||||
run: brew install create-dmg
|
run: brew install create-dmg
|
||||||
- name: 'Build @affine/makder-dmg'
|
- name: 'Build @affine/makder-dmg'
|
||||||
|
|||||||
@@ -388,7 +388,6 @@ jobs:
|
|||||||
hard-link-nm: false
|
hard-link-nm: false
|
||||||
- name: Setup Maker
|
- name: Setup Maker
|
||||||
uses: ./.github/actions/setup-maker
|
uses: ./.github/actions/setup-maker
|
||||||
if: ${{ matrix.spec.platform == 'macos' }}
|
|
||||||
- name: Build AFFiNE native
|
- name: Build AFFiNE native
|
||||||
uses: ./.github/actions/build-rust
|
uses: ./.github/actions/build-rust
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -113,7 +113,6 @@ jobs:
|
|||||||
uses: ./.github/actions/setup-node
|
uses: ./.github/actions/setup-node
|
||||||
- name: Setup Maker
|
- name: Setup Maker
|
||||||
uses: ./.github/actions/setup-maker
|
uses: ./.github/actions/setup-maker
|
||||||
if: ${{ matrix.spec.platform == 'macos' }}
|
|
||||||
- name: Build AFFiNE native
|
- name: Build AFFiNE native
|
||||||
uses: ./.github/actions/build-rust
|
uses: ./.github/actions/build-rust
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -115,7 +115,6 @@ jobs:
|
|||||||
uses: ./.github/actions/setup-node
|
uses: ./.github/actions/setup-node
|
||||||
- name: Setup Maker
|
- name: Setup Maker
|
||||||
uses: ./.github/actions/setup-maker
|
uses: ./.github/actions/setup-maker
|
||||||
if: ${{ matrix.spec.platform == 'macos' }}
|
|
||||||
- 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