Skip to content

Commit

Permalink
feat: windows ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyuang committed Sep 17, 2024
1 parent 3c843ab commit 074b636
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,8 @@ jobs:
settings:
- host: windows-latest
target: x86_64-pc-windows-msvc
# - host: windows-latest
# target: i686-pc-windows-msvc
- host: windows-latest
target: i686-pc-windows-msvc
# - host: windows-latest
# target: aarch64-pc-windows-msvc

Expand All @@ -221,8 +221,8 @@ jobs:
with:
node-version: 18
check-latest: true

architecture: x86

- name: Setup node x86
if: matrix.settings.target == 'i686-pc-windows-msvc'
run: yarn config set supportedArchitectures.cpu "ia32"
Expand Down

0 comments on commit 074b636

Please sign in to comment.