Skip to content

Commit

Permalink
Fixed Windows build architecture in CI
Browse files Browse the repository at this point in the history
- we weren't passing the build architecture in so it would default to
  `x86`
  • Loading branch information
daniellockyer committed Apr 12, 2022
1 parent 8e63848 commit 11c988c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -41,6 +41,8 @@ jobs:
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.1
if: contains(matrix.os, 'windows')
with:
msbuild-architecture: ${{ matrix.architecture }}

- name: Install dependencies
run: yarn install --ignore-scripts
Expand Down

0 comments on commit 11c988c

Please sign in to comment.