提交 e0fafe0e 编写于 作者: M muwoo

ci: windows building

上级 11d1840e
......@@ -43,18 +43,18 @@ jobs:
sudo apt-get install --no-install-recommends -y icnsutils graphicsmagick xz-utils
# step3: yarn
- name: macos Yarn install
if: matrix.os == 'macos-latest'
if: ${{runner.os == 'macOS'}}
run: |
yarn
yarn global add xvfb-maybe
npm run rebuild
- name: win Yarn install
if: matrix.os == 'windows-2019'
run: |
yarn
yarn global add xvfb-maybe
npm run rebuild_win
- name: windows Yarn install
if: ${{runner.os == 'Windows'}}
run: |
yarn
yarn global add xvfb-maybe
npm run rebuild
- name: Build & release app
run: |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册