fix: ci hang

This commit is contained in:
Tienson Qin
2025-05-08 06:15:01 +08:00
parent f349f5cc04
commit f4e5755c78
4 changed files with 2673 additions and 2543 deletions

View File

@@ -445,7 +445,7 @@ jobs:
# key: ${{ runner.os }}-node-modules
- name: Build/Release Electron App for x64
run: yarn install && yarn electron:make
run: yarn install && yarn rebuild:all && yarn electron:make
working-directory: ./static
env:
APPLE_ID: ${{ secrets.APPLE_ID_EMAIL }}
@@ -518,7 +518,7 @@ jobs:
# key: ${{ runner.os }}-node-modules
- name: Fetch deps and fix dugit arch for arm64
run: yarn install --ignore-platform && cd node_modules/dugite && npm_config_arch=arm64 node script/download-git.js
run: yarn install --ignore-platform && yarn rebuild:all && cd node_modules/dugite && npm_config_arch=arm64 node script/download-git.js
working-directory: ./static
- name: Build/Release Electron App for arm64