mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
ci: fix setup maker (#3519)
This commit is contained in:
1
.github/actions/setup-maker/action.yml
vendored
1
.github/actions/setup-maker/action.yml
vendored
@@ -4,6 +4,7 @@ runs:
|
||||
using: 'composite'
|
||||
steps:
|
||||
- name: 'Install create-dmg from brew'
|
||||
if: runner.os == 'macos'
|
||||
shell: bash
|
||||
run: brew install create-dmg
|
||||
- name: 'Build @affine/makder-dmg'
|
||||
|
||||
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -388,7 +388,6 @@ jobs:
|
||||
hard-link-nm: false
|
||||
- name: Setup Maker
|
||||
uses: ./.github/actions/setup-maker
|
||||
if: ${{ matrix.spec.platform == 'macos' }}
|
||||
- name: Build AFFiNE native
|
||||
uses: ./.github/actions/build-rust
|
||||
with:
|
||||
|
||||
1
.github/workflows/nightly-build.yml
vendored
1
.github/workflows/nightly-build.yml
vendored
@@ -113,7 +113,6 @@ jobs:
|
||||
uses: ./.github/actions/setup-node
|
||||
- name: Setup Maker
|
||||
uses: ./.github/actions/setup-maker
|
||||
if: ${{ matrix.spec.platform == 'macos' }}
|
||||
- name: Build AFFiNE native
|
||||
uses: ./.github/actions/build-rust
|
||||
with:
|
||||
|
||||
1
.github/workflows/release-desktop-app.yml
vendored
1
.github/workflows/release-desktop-app.yml
vendored
@@ -115,7 +115,6 @@ jobs:
|
||||
uses: ./.github/actions/setup-node
|
||||
- name: Setup Maker
|
||||
uses: ./.github/actions/setup-maker
|
||||
if: ${{ matrix.spec.platform == 'macos' }}
|
||||
- name: Build AFFiNE native
|
||||
uses: ./.github/actions/build-rust
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user