From 581599614becd38070ffc86c8afcdf78db065f79 Mon Sep 17 00:00:00 2001 From: muwoo <2424880409@qq.com> Date: Tue, 21 Dec 2021 18:06:27 +0800 Subject: [PATCH] :sparkles: windows ci build --- .github/workflows/main.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 680e4b1..c1f4585 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,7 +23,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-latest] + os: [macos-latest, windows-2019] # create steps steps: @@ -43,8 +43,7 @@ jobs: sudo apt-get install libxtst-dev libpng++-dev sudo apt-get install --no-install-recommends -y icnsutils graphicsmagick xz-utils # step3: yarn - - name: macos Yarn install - if: ${{runner.os == 'macOS'}} + - name: Yarn install run: | yarn yarn global add xvfb-maybe