Skip to content

Commit

Permalink
Fixed host architecture for x86 Windows build
Browse files Browse the repository at this point in the history
- I typo'd this before, it should be x86 so we load the correct arch of
  Node
  • Loading branch information
daniellockyer committed Apr 28, 2022
1 parent 61087a7 commit 94d4db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -39,7 +39,7 @@ jobs:
include:
- os: windows-latest
node: 16
host: x64
host: x86
target: x86
name: ${{ matrix.os }} (node=${{ matrix.node }}, host=${{ matrix.host }}, target=${{ matrix.target }})
steps:
Expand Down

0 comments on commit 94d4db2

Please sign in to comment.