mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
ci: fix setup maker (#3519)
This commit is contained in:
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