Skip to content

Commit

Permalink
GA: Remove previous (didn’t help), show active codepage.
Browse files Browse the repository at this point in the history
  • Loading branch information
dillof committed Jul 19, 2023
1 parent a8a61d0 commit 51f026c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,8 @@ jobs:
- name: configure (Windows)
if: ${{ runner.os == 'Windows' }}
working-directory: ${{runner.workspace}}/build
env:
CFLAGS: /utf-8
run: |
chcp
cmake ${{ matrix.cmake_extra }} -DCMAKE_TOOLCHAIN_FILE=${{env.VCPKG_ROOT}}/scripts/buildsystems/vcpkg.cmake ${{github.workspace}}
- name: build
working-directory: ${{runner.workspace}}/build
Expand Down

0 comments on commit 51f026c

Please sign in to comment.