Skip to content

Commit

Permalink
Use UTF-8 for Windows builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
dillof committed Jul 19, 2023
1 parent 116ab24 commit a8a61d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
- name: configure (Windows)
if: ${{ runner.os == 'Windows' }}
working-directory: ${{runner.workspace}}/build
env:
CFLAGS: /utf-8
run: |
cmake ${{ matrix.cmake_extra }} -DCMAKE_TOOLCHAIN_FILE=${{env.VCPKG_ROOT}}/scripts/buildsystems/vcpkg.cmake ${{github.workspace}}
- name: build
Expand Down

0 comments on commit a8a61d0

Please sign in to comment.