Skip to content

Commit

Permalink
feat: 调整编译配置
Browse files Browse the repository at this point in the history
  • Loading branch information
yangmingming committed Oct 21, 2024
1 parent 8153cbf commit a0aa72d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
- name: init ssh key
run: ssh-keyscan -t rsa github.com > %USERPROFILE%/.ssh/known_hosts
# 先执行electron的构建, 节约调试时间
- name: Install dependencies
run: ssh-keyscan -t rsa github.com > %USERPROFILE%/.ssh/known_hosts
run: pnpm install
# sharp需要单独安装
# - run: npm install --platform=win32 --arch=x64 sharp
Expand Down

0 comments on commit a0aa72d

Please sign in to comment.