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 88107d6 commit 8153cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
# 先执行electron的构建, 节约调试时间
- run: ssh-keyscan -t rsa github.com > %USERPROFILE%/.ssh/known_hosts
- 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 8153cbf

Please sign in to comment.