diff options
author | Spartan322 <Megacake1234@gmail.com> | 2024-08-01 02:39:48 +0200 |
---|---|---|
committer | Spartan322 <Megacake1234@gmail.com> | 2024-08-02 00:59:42 +0200 |
commit | c7c080987e44f606bed73dd8b0c2747e7b386f41 (patch) | |
tree | 7d7775dce507efd83afa2ba452ec5b227e35ebb0 /.github/workflows/builds.yml | |
parent | 847280022ec8afb35d7d8639afd639c5ec42e3c7 (diff) |
Add `\x8F` to `Ę` conversion for Windows-1252fix/polish-todos
To support special vanilla Polish TODOs that break utf8
Add CSV Win1252->Utf8 conversion tests
Fix map_value warning not triggering
Optimize for ascii characters
Diffstat (limited to '.github/workflows/builds.yml')
-rw-r--r-- | .github/workflows/builds.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 8f56794..c644fdf 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -97,7 +97,7 @@ jobs: with: platform: ${{ matrix.platform }} target: ${{ matrix.target }} - sconsflags: arch=${{ matrix.arch }} build_ovdl_library=yes run_ovdl_tests=yes + sconsflags: arch=${{ matrix.arch }} build_ovdl_library=yes run_ovdl_tests=yes ubuntu_gcc_invalid_char_hang_bug=${{ matrix.runner == 'ubuntu-20.04' }} - name: Delete compilation files if: ${{ matrix.platform == 'windows' }} |