From 94d4db233326f2a31540f7dde07a0f3fc3cea8bb Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Thu, 28 Apr 2022 10:07:58 +0100 Subject: [PATCH] Fixed `host` architecture for x86 Windows build - I typo'd this before, it should be x86 so we load the correct arch of Node --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bf54a21da..ccc532ad1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: