diff options
author | Hop311 <Hop3114@gmail.com> | 2024-08-02 18:55:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-02 18:55:45 +0200 |
commit | f754eb93d8d4a2f3963f1321ad8e248f24dd6249 (patch) | |
tree | 7d7775dce507efd83afa2ba452ec5b227e35ebb0 /.github/workflows | |
parent | 847280022ec8afb35d7d8639afd639c5ec42e3c7 (diff) | |
parent | c7c080987e44f606bed73dd8b0c2747e7b386f41 (diff) |
Merge pull request #53 from OpenVicProject/fix/polish-todos
Add `\x8F` to `Ę` conversion for Windows-1252
Diffstat (limited to '.github/workflows')
-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' }} |