diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0d523f0..7be03bb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,10 +8,9 @@ jobs: matrix: os: [windows-latest] arch: [amd64, x86] + charset: [unicode, ansi] include: - charset: unicode - - arch: x86 - charset: ansi runs-on: ${{matrix.os}} steps: