Skip to content

Commit

Permalink
Try x64 mingw
Browse files Browse the repository at this point in the history
  • Loading branch information
fschutt committed Feb 27, 2025
1 parent f179670 commit c8899d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
if: ${{ matrix.target-abi == 'gnu' }}
uses: egor-tensin/setup-mingw@v2
with:
platform: "${{ contains(matrix.target-sys, 'x86_64') && 'x64' || 'i686' }}"
platform: "x64"
version: 13.2.0
continue-on-error: true
- name: Install toolchain for ${{ matrix.target-sys }}-${{ matrix.target-abi }}
Expand Down

0 comments on commit c8899d6

Please sign in to comment.