Skip to content

Commit

Permalink
Try to add Windows x86 build again
Browse files Browse the repository at this point in the history
  • Loading branch information
SleepyLeslie committed May 18, 2024
1 parent 2121422 commit 6a1ad55
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
matrix:
os:
- macos-14
- ubuntu-20.04
- windows-latest
- ubuntu-22.04
- windows-2022
host:
- x64
target:
Expand All @@ -35,6 +35,15 @@ jobs:
node: 18
host: arm64
target: arm64
include:
- os: windows-2022
node: 18
host: arm64
target: arm64
- os: windows-2022
node: 18
host: x64
target: x86
name: ${{ matrix.os }} (node=${{ matrix.node }}, host=${{ matrix.host }}, target=${{ matrix.target }})
steps:
- name: association
Expand Down

0 comments on commit 6a1ad55

Please sign in to comment.