Skip to content

Commit

Permalink
fixup! Remove win32 preset, make x64 the default on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Lgt2x committed Jun 23, 2024
1 parent 642dac1 commit 45ed961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- uses: ilammy/msvc-dev-cmd@v1
if: ${{ matrix.os.runner == 'windows-latest' }}
with:
arch: ${{ matrix.os.preset }}
arch: win64

- name: Configure CMake
env:
Expand Down

0 comments on commit 45ed961

Please sign in to comment.