mirror of
https://github.com/rubickCenter/rubick
synced 2025-06-29 09:12:45 +08:00
✨ windows ci build
This commit is contained in:
parent
3ba4be2e4a
commit
581599614b
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [macos-latest]
|
os: [macos-latest, windows-2019]
|
||||||
|
|
||||||
# create steps
|
# create steps
|
||||||
steps:
|
steps:
|
||||||
@ -43,8 +43,7 @@ jobs:
|
|||||||
sudo apt-get install libxtst-dev libpng++-dev
|
sudo apt-get install libxtst-dev libpng++-dev
|
||||||
sudo apt-get install --no-install-recommends -y icnsutils graphicsmagick xz-utils
|
sudo apt-get install --no-install-recommends -y icnsutils graphicsmagick xz-utils
|
||||||
# step3: yarn
|
# step3: yarn
|
||||||
- name: macos Yarn install
|
- name: Yarn install
|
||||||
if: ${{runner.os == 'macOS'}}
|
|
||||||
run: |
|
run: |
|
||||||
yarn
|
yarn
|
||||||
yarn global add xvfb-maybe
|
yarn global add xvfb-maybe
|
||||||
|
Loading…
x
Reference in New Issue
Block a user